We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb0505 commit 0fa1405Copy full SHA for 0fa1405
Build/Nuke/ProjectExtensions.cs
@@ -65,7 +65,7 @@ public static IReadOnlyCollection<string> GetPlatformsForTests(this Project proj
65
return false;
66
if (x.framework.Contains("2.2"))
67
68
- if (x.framework.Contains("30"))
+ if (x.framework.Contains("3.0"))
69
70
if (x.framework.Contains("50"))
71
0 commit comments