mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
C#: Fix compiler warnings related to errors in XML comments.
This commit is contained in:
@@ -127,21 +127,21 @@ namespace Semmle.Extraction.CSharp.DependencyFetching
|
||||
///
|
||||
/// Example:
|
||||
/// "project": {
|
||||
// "version": "1.0.0",
|
||||
// "frameworks": {
|
||||
// "net7.0": {
|
||||
// "frameworkReferences": {
|
||||
// "Microsoft.AspNetCore.App": {
|
||||
// "privateAssets": "none"
|
||||
// },
|
||||
// "Microsoft.NETCore.App": {
|
||||
// "privateAssets": "all"
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
//
|
||||
/// "version": "1.0.0",
|
||||
/// "frameworks": {
|
||||
/// "net7.0": {
|
||||
/// "frameworkReferences": {
|
||||
/// "Microsoft.AspNetCore.App": {
|
||||
/// "privateAssets": "none"
|
||||
/// },
|
||||
/// "Microsoft.NETCore.App": {
|
||||
/// "privateAssets": "all"
|
||||
/// }
|
||||
/// }
|
||||
/// }
|
||||
/// }
|
||||
/// }
|
||||
///
|
||||
/// Adds the following dependencies
|
||||
/// Paths: {
|
||||
/// "microsoft.aspnetcore.app.ref",
|
||||
|
||||
Reference in New Issue
Block a user