ms only packages

This commit is contained in:
Matthew Parker
2023-11-22 22:22:36 +10:00
parent 091c118b34
commit 950c758994

View File

@@ -43,6 +43,7 @@ public static class DotNetUpgrade
);
var packages = evalProject.Items.Where(x => x.ItemType == "PackageReference");
var packageNameAndVersion = packages
.Where(s => s.EvaluatedInclude.StartsWith("Microsoft."))
.Select(
x =>
new