Skip to content

Commit 0fa1405

Browse files
committed
[Infra] fix typo
1 parent 6eb0505 commit 0fa1405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build/Nuke/ProjectExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public static IReadOnlyCollection<string> GetPlatformsForTests(this Project proj
6565
return false;
6666
if (x.framework.Contains("2.2"))
6767
return false;
68-
if (x.framework.Contains("30"))
68+
if (x.framework.Contains("3.0"))
6969
return false;
7070
if (x.framework.Contains("50"))
7171
return false;

0 commit comments

Comments
 (0)