@@ -96,7 +96,7 @@ public void ILLink_runs_and_creates_linked_app(string targetFramework, bool refe
96
96
}
97
97
98
98
[ RequiresMSBuildVersionTheory ( "17.0.0.32901" ) ]
99
- [ MemberData ( nameof ( SupportedTfms ) , MemberType = typeof ( PublishTestUtils ) ) ]
99
+ [ MemberData ( nameof ( Net8Plus ) , MemberType = typeof ( PublishTestUtils ) ) ]
100
100
public void ILLink_links_simple_app_without_analysis_warnings_and_it_runs ( string targetFramework )
101
101
{
102
102
foreach ( var trimMode in new [ ] { "copyused" , "link" } )
@@ -248,7 +248,7 @@ public void ILLink_can_use_latest_with_unsupported_target_framework(string targe
248
248
}
249
249
250
250
[ RequiresMSBuildVersionTheory ( "17.0.0.32901" ) ]
251
- [ MemberData ( nameof ( SupportedTfms ) , MemberType = typeof ( PublishTestUtils ) ) ]
251
+ [ MemberData ( nameof ( Net8Plus ) , MemberType = typeof ( PublishTestUtils ) ) ]
252
252
public void PrepareForILLink_can_set_IsTrimmable ( string targetFramework )
253
253
{
254
254
var projectName = "HelloWorld" ;
@@ -1192,7 +1192,7 @@ public void ILLink_ignores_host_config_settings_with_link_false()
1192
1192
}
1193
1193
1194
1194
[ RequiresMSBuildVersionTheory ( "17.0.0.32901" ) ]
1195
- [ MemberData ( nameof ( SupportedTfms ) , MemberType = typeof ( PublishTestUtils ) ) ]
1195
+ [ MemberData ( nameof ( Net8Plus ) , MemberType = typeof ( PublishTestUtils ) ) ]
1196
1196
public void ILLink_runs_incrementally ( string targetFramework )
1197
1197
{
1198
1198
var projectName = "HelloWorld" ;
@@ -1295,7 +1295,7 @@ public void ILLink_net7_defaults_trim_nonframework()
1295
1295
}
1296
1296
1297
1297
[ RequiresMSBuildVersionTheory ( "17.0.0.32901" ) ]
1298
- [ MemberData ( nameof ( SupportedTfms ) , MemberType = typeof ( PublishTestUtils ) ) ]
1298
+ [ MemberData ( nameof ( Net8Plus ) , MemberType = typeof ( PublishTestUtils ) ) ]
1299
1299
public void ILLink_does_not_include_leftover_artifacts_on_second_run ( string targetFramework )
1300
1300
{
1301
1301
var projectName = "HelloWorld" ;
@@ -1381,7 +1381,7 @@ public void ILLink_keeps_symbols_by_default(string targetFramework)
1381
1381
}
1382
1382
1383
1383
[ RequiresMSBuildVersionTheory ( "17.0.0.32901" ) ]
1384
- [ MemberData ( nameof ( SupportedTfms ) , MemberType = typeof ( PublishTestUtils ) ) ]
1384
+ [ MemberData ( nameof ( Net8Plus ) , MemberType = typeof ( PublishTestUtils ) ) ]
1385
1385
public void ILLink_removes_symbols_when_debugger_support_is_disabled ( string targetFramework )
1386
1386
{
1387
1387
var projectName = "HelloWorld" ;
@@ -1409,7 +1409,7 @@ public void ILLink_removes_symbols_when_debugger_support_is_disabled(string targ
1409
1409
}
1410
1410
1411
1411
[ RequiresMSBuildVersionTheory ( "17.0.0.32901" ) ]
1412
- [ MemberData ( nameof ( SupportedTfms ) , MemberType = typeof ( PublishTestUtils ) ) ]
1412
+ [ MemberData ( nameof ( Net8Plus ) , MemberType = typeof ( PublishTestUtils ) ) ]
1413
1413
public void ILLink_accepts_option_to_remove_symbols ( string targetFramework )
1414
1414
{
1415
1415
var projectName = "HelloWorld" ;
@@ -1660,7 +1660,7 @@ public void ILLink_dont_display_informational_warning_by_default_on_net6plus(str
1660
1660
}
1661
1661
1662
1662
[ RequiresMSBuildVersionTheory ( "17.0.0.32901" ) ]
1663
- [ MemberData ( nameof ( SupportedTfms ) , MemberType = typeof ( PublishTestUtils ) ) ]
1663
+ [ MemberData ( nameof ( Net8Plus ) , MemberType = typeof ( PublishTestUtils ) ) ]
1664
1664
public void ILLink_dont_display_time_awareness_message_on_incremental_build ( string targetFramework )
1665
1665
{
1666
1666
var projectName = "HelloWorld" ;
0 commit comments