@@ -26,12 +26,12 @@ public void MvcTemplate_NoAuth_Works_NetFramework_ForFSharpTemplate()
26
26
[ ConditionalFact ]
27
27
[ OSSkipCondition ( OperatingSystems . Linux | OperatingSystems . MacOSX ) ]
28
28
public void MvcTemplate_NoAuth_NoHttps_Works_NetFramework_ForDefaultTemplate ( )
29
- => MvcTemplate_NoAuthImpl ( "net471 " , languageOverride : default , true ) ;
29
+ => MvcTemplate_NoAuthImpl ( "net461 " , languageOverride : default , true ) ;
30
30
31
31
[ ConditionalFact ]
32
32
[ OSSkipCondition ( OperatingSystems . Linux | OperatingSystems . MacOSX ) ]
33
33
public void MvcTemplate_NoAuth_NoHttps_Works_NetFramework_ForFSharpTemplate ( )
34
- => MvcTemplate_NoAuthImpl ( "net471 " , languageOverride : "F#" , true ) ;
34
+ => MvcTemplate_NoAuthImpl ( "net461 " , languageOverride : "F#" , true ) ;
35
35
36
36
[ Fact ]
37
37
public void MvcTemplate_NoAuth_Works_NetCore_ForDefaultTemplate ( )
@@ -89,7 +89,7 @@ public void MvcTemplate_IndividualAuth_Works_NetFramework()
89
89
[ ConditionalFact ( Skip = "https://github.com/aspnet/templating/issues/378" ) ]
90
90
[ OSSkipCondition ( OperatingSystems . Linux | OperatingSystems . MacOSX ) ]
91
91
public void MvcTemplate_WithIndividualAuth_NoHttpsSetToTrue_UsesHttps_NetFramework ( )
92
- => MvcTemplate_IndividualAuthImpl ( "net471 " , false , true ) ;
92
+ => MvcTemplate_IndividualAuthImpl ( "net461 " , false , true ) ;
93
93
94
94
[ Fact ( Skip = "https://github.com/aspnet/templating/issues/378" ) ]
95
95
public void MvcTemplate_IndividualAuth_Works_NetCore ( )
0 commit comments