@@ -23,6 +23,7 @@ public static class SupportedFrameworks
2323 public static readonly Version Version8 = new Version ( 8 , 0 , 0 , 0 ) ;
2424 public static readonly Version Version9 = new Version ( 9 , 0 , 0 , 0 ) ;
2525 public static readonly Version Version10 = new Version ( 10 , 0 , 0 , 0 ) ;
26+ public static readonly Version Version11 = new Version ( 11 , 0 , 0 , 0 ) ;
2627
2728 public static readonly NuGetFramework MonoAndroid = new NuGetFramework ( FrameworkIdentifiers . MonoAndroid , EmptyVersion ) ;
2829 public static readonly NuGetFramework MonoTouch = new NuGetFramework ( FrameworkIdentifiers . MonoTouch , EmptyVersion ) ;
@@ -73,6 +74,8 @@ public static class SupportedFrameworks
7374 public static readonly NuGetFramework Net100TvOs = new NuGetFramework ( FrameworkIdentifiers . NetCoreApp , Version10 , "tvos" , EmptyVersion ) ;
7475 public static readonly NuGetFramework Net100Windows = new NuGetFramework ( FrameworkIdentifiers . NetCoreApp , Version10 , "windows" , EmptyVersion ) ;
7576
77+ public static readonly NuGetFramework Net110 = new NuGetFramework ( FrameworkIdentifiers . NetCoreApp , Version11 ) ;
78+
7679 public static readonly NuGetFramework NetCore = new NuGetFramework ( FrameworkIdentifiers . NetCore , EmptyVersion ) ;
7780 public static readonly NuGetFramework NetMf = new NuGetFramework ( FrameworkIdentifiers . NetMicro , EmptyVersion ) ;
7881 public static readonly NuGetFramework UAP = new NuGetFramework ( FrameworkIdentifiers . UAP , EmptyVersion ) ;
@@ -103,6 +106,7 @@ static SupportedFrameworks()
103106 Net80 , Net80Android , Net80Browser , Net80Ios , Net80MacCatalyst , Net80MacOs , Net80TvOs , Net80Windows , Net80Windows7 ,
104107 Net90 , Net90Android , Net90Browser , Net90Ios , Net90MacCatalyst , Net90MacOs , Net90TvOs , Net90Windows , Net90Windows7 ,
105108 Net100 , Net100Android , Net100Browser , Net100Ios , Net100MacCatalyst , Net100MacOs , Net100TvOs , Net100Windows , Net100Windows7 ,
109+ Net110 ,
106110 NetCore , NetCore45 , NetCore451 ,
107111 NetCoreApp10 , NetCoreApp11 , NetCoreApp20 , NetCoreApp21 , NetCoreApp22 , NetCoreApp30 , NetCoreApp31 ,
108112 NetMf ,
0 commit comments