Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
netstandard.library.ref
1 parent 70aa490 commit fbfafbfCopy full SHA for fbfafbf
1 file changed
csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/DependencyManager.cs
@@ -268,7 +268,8 @@ private void RemoveRuntimeNugetPackageReferences()
268
"runtime.win-x64.microsoft.netcore.app",
269
270
// Internal implementation packages not meant for direct consumption:
271
- "runtime."
+ "runtime.",
272
+ "netstandard.library.ref"
273
};
274
RemoveNugetPackageReference(runtimePackagePrefixes);
275
}
0 commit comments