mirror of
https://github.com/github/codeql.git
synced 2026-04-19 14:04:09 +02:00
C#: Remove netstandard.library.ref from the references
This commit is contained in:
@@ -268,7 +268,8 @@ namespace Semmle.Extraction.CSharp.DependencyFetching
|
||||
"runtime.win-x64.microsoft.netcore.app",
|
||||
|
||||
// Internal implementation packages not meant for direct consumption:
|
||||
"runtime."
|
||||
"runtime.",
|
||||
"netstandard.library.ref"
|
||||
};
|
||||
RemoveNugetPackageReference(runtimePackagePrefixes);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user