Skip to content

Commit fbfafbf

Browse files
committed
C#: Remove netstandard.library.ref from the references
1 parent 70aa490 commit fbfafbf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/DependencyManager.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,8 @@ private void RemoveRuntimeNugetPackageReferences()
268268
"runtime.win-x64.microsoft.netcore.app",
269269

270270
// Internal implementation packages not meant for direct consumption:
271-
"runtime."
271+
"runtime.",
272+
"netstandard.library.ref"
272273
};
273274
RemoveNugetPackageReference(runtimePackagePrefixes);
274275
}

0 commit comments

Comments
 (0)