Skip to content

Commit 8622ee7

Browse files
authored
Update GivenThatWeWantToBuildASelfContainedApp.cs
1 parent 38b2fd1 commit 8622ee7

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-
[RequiresMSBuildVersionTheory("17.4.0.41702")]
352+
[RequiresMSBuildVersionTheory("17.4.0.51802")]
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)