Skip to content

Commit 4444c20

Browse files
dsplaistedWilliam Lee
authored and
William Lee
committed
Update test to allow targeting .NET Core 2.1
1 parent 9316bdc commit 4444c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildALibrary.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ private void TestInvalidTargetFramework(string testName, string targetFramework,
647647
}
648648

649649
[Theory]
650-
[InlineData("netcoreapp2.1")]
650+
[InlineData("netcoreapp2.2")]
651651
[InlineData("netstandard2.1")]
652652
public void It_fails_to_build_if_targeting_a_higher_framework_than_is_supported(string targetFramework)
653653
{

0 commit comments

Comments
 (0)