@@ -75,7 +75,6 @@ public static class SupportedFrameworks
7575 public static readonly NuGetFramework Net100Windows = new NuGetFramework ( FrameworkIdentifiers . NetCoreApp , Version10 , "windows" , EmptyVersion ) ;
7676
7777 public static readonly NuGetFramework Net110 = new NuGetFramework ( FrameworkIdentifiers . NetCoreApp , Version11 ) ;
78- public static readonly NuGetFramework Net110Windows = new NuGetFramework ( FrameworkIdentifiers . NetCoreApp , Version11 , "windows" , EmptyVersion ) ;
7978
8079 public static readonly NuGetFramework NetCore = new NuGetFramework ( FrameworkIdentifiers . NetCore , EmptyVersion ) ;
8180 public static readonly NuGetFramework NetMf = new NuGetFramework ( FrameworkIdentifiers . NetMicro , EmptyVersion ) ;
@@ -91,7 +90,6 @@ public static class SupportedFrameworks
9190 public static readonly NuGetFramework Net80Windows7 = new NuGetFramework ( FrameworkIdentifiers . NetCoreApp , Version8 , "windows" , Version7 ) ;
9291 public static readonly NuGetFramework Net90Windows7 = new NuGetFramework ( FrameworkIdentifiers . NetCoreApp , Version9 , "windows" , Version7 ) ;
9392 public static readonly NuGetFramework Net100Windows7 = new NuGetFramework ( FrameworkIdentifiers . NetCoreApp , Version10 , "windows" , Version7 ) ;
94- public static readonly NuGetFramework Net110Windows7 = new NuGetFramework ( FrameworkIdentifiers . NetCoreApp , Version11 , "windows" , Version7 ) ;
9593
9694 public static readonly IReadOnlyList < NuGetFramework > AllSupportedNuGetFrameworks ;
9795
@@ -108,7 +106,7 @@ static SupportedFrameworks()
108106 Net80 , Net80Android , Net80Browser , Net80Ios , Net80MacCatalyst , Net80MacOs , Net80TvOs , Net80Windows , Net80Windows7 ,
109107 Net90 , Net90Android , Net90Browser , Net90Ios , Net90MacCatalyst , Net90MacOs , Net90TvOs , Net90Windows , Net90Windows7 ,
110108 Net100 , Net100Android , Net100Browser , Net100Ios , Net100MacCatalyst , Net100MacOs , Net100TvOs , Net100Windows , Net100Windows7 ,
111- Net110 , Net110Windows , Net110Windows7 ,
109+ Net110 ,
112110 NetCore , NetCore45 , NetCore451 ,
113111 NetCoreApp10 , NetCoreApp11 , NetCoreApp20 , NetCoreApp21 , NetCoreApp22 , NetCoreApp30 , NetCoreApp31 ,
114112 NetMf ,
0 commit comments