We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b2fd1 commit 8622ee7Copy full SHA for 8622ee7
src/Tests/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildASelfContainedApp.cs
@@ -349,7 +349,7 @@ static int Last2DigitsTo0(int versionBuild)
349
testRuntimePack.metadata["NuGetPackageVersion"].Should().Be("1.0.42-abc");
350
}
351
352
- [RequiresMSBuildVersionTheory("17.4.0.41702")]
+ [RequiresMSBuildVersionTheory("17.4.0.51802")]
353
[InlineData("net6.0")]
354
public void It_can_publish_runtime_specific_apps_with_library_dependencies_self_contained(string targetFramework) {
355
0 commit comments