Skip to content

Commit cd225d7

Browse files
committed
Updating new test to require MSBuild version
1 parent 17878dc commit cd225d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class GivenThatWeWantToProduceReferenceAssembly : SdkTest
1818
public GivenThatWeWantToProduceReferenceAssembly(ITestOutputHelper log) : base(log)
1919
{}
2020

21-
[Theory]
21+
[WindowsOnlyRequiresMSBuildVersionFact("16.8.0")]
2222
[InlineData("netcoreapp3.1", false)]
2323
[InlineData("net5.0", true)]
2424
public void It_produces_ref_assembly_for_appropriate_frameworks(string targetFramework, bool expectedExists)

0 commit comments

Comments
 (0)