We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
runtime.
1 parent 93380f8 commit e1b283cCopy full SHA for e1b283c
csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/DependencyManager.cs
@@ -225,6 +225,9 @@ private void RemoveRuntimeNugetPackageReferences()
225
"runtime.linux-x64.microsoft.netcore.app",
226
"runtime.osx-x64.microsoft.netcore.app",
227
"runtime.win-x64.microsoft.netcore.app",
228
+
229
+ // Internal implementation packages not meant for direct consumption:
230
+ "runtime."
231
};
232
RemoveNugetPackageReference(runtimePackagePrefixes);
233
}
0 commit comments