Skip to content

Commit

Permalink
Disable CheckTargetFrameworkDisplayName
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat committed Nov 26, 2024
1 parent 4a1f7b8 commit c0f6d6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ public void It_does_not_write_to_undefined_assembly_metadata_attribute(string ta
}
}

[Theory]
[Theory(Skip = "https://github.com/dotnet/sdk/issues/45148")]
[InlineData("netcoreapp3.1", ".NET Core 3.1")]
[InlineData("netcoreapp2.1", ".NET Core 2.1")]
[InlineData("netstandard2.1", ".NET Standard 2.1")]
Expand Down

0 comments on commit c0f6d6a

Please sign in to comment.