Skip to content

Commit c3628f3

Browse files
authored
Remove the net9.0 tests that were added in the cherry-pick
1 parent 3debcfd commit c3628f3

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/Tests/Microsoft.NET.Publish.Tests/GivenThatWeWantToPublishASingleFileApp.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,6 @@ public void ILLink_analyzer_warnings_are_produced_using_EnableSingleFileAnalyzer
638638
[InlineData("netstandard2.0;net5.0", true)] // None of these TFMs are supported for single-file
639639
[InlineData("netstandard2.0;net6.0", false)] // Net6.0 is the min TFM supported for single-file and targeting.
640640
[InlineData("netstandard2.0;net8.0", false)] // Net8.0 is supported for single-file
641-
[InlineData("netstandard2.0;net9.0", true)] // Net9.0 is supported for single-file, but leaves a "gap" for the supported net6./net7.0 TFMs.
642641
[InlineData("alias-ns2", true)]
643642
[InlineData("alias-n6", false)]
644643
[InlineData("alias-n6;alias-n8", false)] // If all TFMs are supported, there's no warning even though the project uses aliases.

src/Tests/Microsoft.NET.Publish.Tests/GivenThatWeWantToPublishAnAotApp.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,6 @@ public void IsAotCompatible_implies_enable_analyzers(string targetFramework)
595595
[InlineData("netstandard2.0;net5.0", true)] // None of these TFMs are supported for AOT
596596
[InlineData("netstandard2.0;net7.0", false)] // Net7.0 is the min TFM supported for AOT and targeting.
597597
[InlineData("netstandard2.0;net8.0", false)] // net8.0 is supported for AOT and targeting.
598-
[InlineData("netstandard2.0;net9.0", true)] // Net9.0 is supported for AOT, but leaves a "gap" for the supported net8.0 TFMs.
599598
[InlineData("alias-ns2", true)]
600599
[InlineData("alias-n6", false)]
601600
[InlineData("alias-n7;alias-n8", false)] // If all TFMs are supported, there's no warning even though the project uses aliases.

src/Tests/Microsoft.NET.Publish.Tests/GivenThatWeWantToRunILLink.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ public void PublishTrimmed_fails_for_unsupported_target_framework(string targetF
171171
[InlineData("netstandard2.0;net5.0", true)] // None of these TFMs are supported for trimming
172172
[InlineData("netstandard2.0;net6.0", false)] // net6.0 is the min TFM supported for trimming and targeting.
173173
[InlineData("netstandard2.0;net8.0", false)] // Net8.0 is supported for trimming and targeting.
174-
[InlineData("netstandard2.0;net9.0", true)] // Net8.0 is supported for trimming, but leaves a "gap" for the supported net6.0/net7.0 TFMs.
175174
[InlineData("alias-ns2", true)]
176175
[InlineData("alias-n6", false)]
177176
[InlineData("alias-n6;alias-n8", false)] // If all TFMs are supported, there's no warning even though the project uses aliases.

0 commit comments

Comments
 (0)