Skip to content

Commit 3066d88

Browse files
author
Jason Zhai
committed
Fix test issue
1 parent 9e79fc2 commit 3066d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildASelfContainedApp.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ static int Last2DigitsTo0(int versionBuild)
349349
testRuntimePack.metadata["NuGetPackageVersion"].Should().Be("1.0.42-abc");
350350
}
351351

352-
[Theory]
352+
[RequiresMSBuildVersionTheory("17.2.2.46308")]
353353
[InlineData("net6.0")]
354354
public void It_can_publish_runtime_specific_apps_with_library_dependencies_self_contained(string targetFramework) {
355355

0 commit comments

Comments
 (0)