mirror of
https://github.com/github/codeql.git
synced 2026-04-23 07:45:17 +02:00
Exclude nuget packages with prefix runtime. from the references
This commit is contained in:
@@ -225,6 +225,9 @@ namespace Semmle.Extraction.CSharp.DependencyFetching
|
||||
"runtime.linux-x64.microsoft.netcore.app",
|
||||
"runtime.osx-x64.microsoft.netcore.app",
|
||||
"runtime.win-x64.microsoft.netcore.app",
|
||||
|
||||
// Internal implementation packages not meant for direct consumption:
|
||||
"runtime."
|
||||
};
|
||||
RemoveNugetPackageReference(runtimePackagePrefixes);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user