Skip to content

Commit 626f3b3

Browse files
authored
Fix tests failing on Full Framework CI (#50661)
2 parents 47d01c7 + d654306 commit 626f3b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ public GivenThatWeWantToBuildAnAppWithoutTransitiveProjectRefs(ITestOutputHelper
1313
{
1414
}
1515

16-
[Fact]
16+
[RequiresMSBuildVersionFact("17.15")]
1717
public void It_builds_the_project_successfully_when_RAR_finds_all_references()
1818
{
1919
BuildAppWithTransitiveDependenciesAndTransitiveCompileReference(new[] { "/p:DisableTransitiveProjectReferences=true" });
2020
}
2121

22-
[Fact]
22+
[RequiresMSBuildVersionFact("17.15")]
2323
public void It_builds_the_project_successfully_with_static_graph_and_isolation()
2424
{
2525
BuildAppWithTransitiveDependenciesAndTransitiveCompileReference(new[] { "/graph" });
2626
}
2727

28-
[Fact]
28+
[RequiresMSBuildVersionFact("17.15")]
2929
public void It_cleans_the_project_successfully_with_static_graph_and_isolation()
3030
{
3131
var (testAsset, outputDirectories) = BuildAppWithTransitiveDependenciesAndTransitiveCompileReference(new[] { "/graph", "/bl:build-{}.binlog" });

0 commit comments

Comments
 (0)