C#: Remove netstandard.library.ref from the references

This commit is contained in:
Tamas Vajk
2023-10-19 15:48:57 +02:00
parent 70aa490bbd
commit fbfafbfdd4

View File

@@ -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);
}