Skip to content

Commit

Permalink
[Infra] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
reegeek committed Feb 3, 2023
1 parent 6eb0505 commit 0fa1405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/Nuke/ProjectExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public static IReadOnlyCollection<string> GetPlatformsForTests(this Project proj
return false;
if (x.framework.Contains("2.2"))
return false;
if (x.framework.Contains("30"))
if (x.framework.Contains("3.0"))
return false;
if (x.framework.Contains("50"))
return false;
Expand Down

0 comments on commit 0fa1405

Please sign in to comment.