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 0aabe7a commit df734b4Copy full SHA for df734b4
test/Microsoft.NET.Publish.Tests/PublishTestUtils.cs
@@ -9,7 +9,8 @@ internal static class PublishTestUtils
9
10
public static IEnumerable<object[]> SupportedTfms { get; } = new List<object[]>
11
{
12
- new object[] { "netcoreapp3.1" },
+ // Some tests started failing on net3.1 so disabling since this has been out of support for a while
13
+ //new object[] { "netcoreapp3.1" },
14
new object[] { "net5.0" },
15
new object[] { "net6.0" },
16
new object[] { "net7.0" },
0 commit comments