@@ -33,6 +33,13 @@ public static class SupportedFrameworks
3333 public static readonly NuGetFramework Net60Tizen = new NuGetFramework ( FrameworkIdentifiers . NetCoreApp , Version6 , "tizen" , EmptyVersion ) ;
3434 public static readonly NuGetFramework Net60TvOs = new NuGetFramework ( FrameworkIdentifiers . NetCoreApp , Version6 , "tvos" , EmptyVersion ) ;
3535 public static readonly NuGetFramework Net60Windows = new NuGetFramework ( FrameworkIdentifiers . NetCoreApp , Version6 , "windows" , EmptyVersion ) ;
36+ public static readonly NuGetFramework Net70Android = new NuGetFramework ( FrameworkIdentifiers . NetCoreApp , Version7 , "android" , EmptyVersion ) ;
37+ public static readonly NuGetFramework Net70Ios = new NuGetFramework ( FrameworkIdentifiers . NetCoreApp , Version7 , "ios" , EmptyVersion ) ;
38+ public static readonly NuGetFramework Net70MacOs = new NuGetFramework ( FrameworkIdentifiers . NetCoreApp , Version7 , "macos" , EmptyVersion ) ;
39+ public static readonly NuGetFramework Net70MacCatalyst = new NuGetFramework ( FrameworkIdentifiers . NetCoreApp , Version7 , "maccatalyst" , EmptyVersion ) ;
40+ public static readonly NuGetFramework Net70Tizen = new NuGetFramework ( FrameworkIdentifiers . NetCoreApp , Version7 , "tizen" , EmptyVersion ) ;
41+ public static readonly NuGetFramework Net70TvOs = new NuGetFramework ( FrameworkIdentifiers . NetCoreApp , Version7 , "tvos" , EmptyVersion ) ;
42+ public static readonly NuGetFramework Net70Windows = new NuGetFramework ( FrameworkIdentifiers . NetCoreApp , Version7 , "windows" , EmptyVersion ) ;
3643 public static readonly NuGetFramework NetCore = new NuGetFramework ( FrameworkIdentifiers . NetCore , EmptyVersion ) ;
3744 public static readonly NuGetFramework NetMf = new NuGetFramework ( FrameworkIdentifiers . NetMicro , EmptyVersion ) ;
3845 public static readonly NuGetFramework UAP = new NuGetFramework ( FrameworkIdentifiers . UAP , EmptyVersion ) ;
@@ -51,7 +58,9 @@ static SupportedFrameworks()
5158 MonoAndroid , MonoMac , MonoTouch ,
5259 Native ,
5360 Net11 , Net2 , Net35 , Net4 , Net403 , Net45 , Net451 , Net452 , Net46 , Net461 , Net462 , Net463 , Net47 , Net471 , Net472 , Net48 ,
54- Net50 , Net50Windows , Net60 , Net60Android , Net60Ios , Net60MacCatalyst , Net60MacOs , Net60TvOs , Net60Windows ,
61+ Net50 , Net50Windows ,
62+ Net60 , Net60Android , Net60Ios , Net60MacCatalyst , Net60MacOs , Net60TvOs , Net60Windows ,
63+ Net70 , Net70Android , Net70Ios , Net70MacCatalyst , Net70MacOs , Net70TvOs , Net70Windows ,
5564 NetCore , NetCore45 , NetCore451 ,
5665 NetCoreApp10 , NetCoreApp11 , NetCoreApp20 , NetCoreApp21 , NetCoreApp22 , NetCoreApp30 , NetCoreApp31 ,
5766 NetMf ,
0 commit comments