Skip to content

Commit 024a33e

Browse files
authored
Remove net2.1 targets for test that's failing sometimes
1 parent 61144bb commit 024a33e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -812,8 +812,6 @@ public void It_does_not_write_to_undefined_assembly_metadata_attribute(string ta
812812

813813
[Theory]
814814
[InlineData("netcoreapp3.1", ".NET Core 3.1")]
815-
[InlineData("netcoreapp2.1", ".NET Core 2.1")]
816-
[InlineData("netstandard2.1", ".NET Standard 2.1")]
817815
[InlineData(ToolsetInfo.CurrentTargetFramework, $".NET {ToolsetInfo.CurrentTargetFrameworkVersion}")]
818816
public void CheckTargetFrameworkDisplayName(string targetFrameworkVersion, string expectedFrameworkDisplayName)
819817
{

0 commit comments

Comments
 (0)