File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ namespace DotNetCheck.Manifest
88{
99 public partial class Manifest
1010 {
11- public const string DefaultManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/06e8fc40ee5f307fbd61c67ba0de227c20748b1e /manifests/uno.ui.manifest.json" ;
12- public const string PreviewManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/06e8fc40ee5f307fbd61c67ba0de227c20748b1e /manifests/uno.ui-preview.manifest.json" ;
13- public const string PreviewMajorManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/06e8fc40ee5f307fbd61c67ba0de227c20748b1e /manifests/uno.ui-preview-major.manifest.json" ;
11+ public const string DefaultManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/c3b289d7bb16a2a2df7f7f7f848d76fe1e74036d /manifests/uno.ui.manifest.json" ;
12+ public const string PreviewManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/c3b289d7bb16a2a2df7f7f7f848d76fe1e74036d /manifests/uno.ui-preview.manifest.json" ;
13+ public const string PreviewMajorManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/c3b289d7bb16a2a2df7f7f7f848d76fe1e74036d /manifests/uno.ui-preview-major.manifest.json" ;
1414
1515 public static Task < Manifest > FromFileOrUrl ( string fileOrUrl )
1616 {
Original file line number Diff line number Diff line change 33 "toolVersion" : " 1.5.0" ,
44 "variables" : {
55 "OPENJDK_VERSION" : " 11.0.16" ,
6- "DOTNET_SDK_VERSION" : " 8.0.100-preview.5.23303.2 " ,
7- "MACCATALYST_SDK_VERSION" : " 16.4.8528 -net8-p5 /8.0.100-preview.5 " ,
8- "IOS_SDK_VERSION" : " 16.4.8528 -net8-p5 /8.0.100-preview.5 " ,
9- "MACOS_SDK_VERSION" : " 13.3.8528 -net8-p5 /8.0.100-preview.5 " ,
10- "ANDROID_SDK_VERSION" : " 34.0.0-preview.5.315 /8.0.100-preview.5 "
6+ "DOTNET_SDK_VERSION" : " 8.0.100-preview.6.23330.14 " ,
7+ "MACCATALYST_SDK_VERSION" : " 16.4.8646 -net8-p6 /8.0.100-preview.6 " ,
8+ "IOS_SDK_VERSION" : " 16.4.8646 -net8-p6 /8.0.100-preview.6 " ,
9+ "MACOS_SDK_VERSION" : " 13.3.8646 -net8-p6 /8.0.100-preview.6 " ,
10+ "ANDROID_SDK_VERSION" : " 34.0.0-preview.6.361 /8.0.100-preview.6 "
1111 },
1212 "variableMappers" : [
1313 ],
2323 "exactVersionName" : " 14.3.1"
2424 },
2525 "vswin" : {
26- "minimumVersion" : " 17.7.0-pre.1 "
26+ "minimumVersion" : " 17.7.0-pre.2 "
2727 },
2828 "vsmac" : {
2929 "minimumVersion" : " 8.10.0" ,
165165 ]
166166 }
167167 }
168- }
168+ }
Original file line number Diff line number Diff line change 33 "toolVersion" : " 1.5.0" ,
44 "variables" : {
55 "OPENJDK_VERSION" : " 11.0.16" ,
6- "DOTNET_SDK_VERSION" : " 7.0.302 " ,
6+ "DOTNET_SDK_VERSION" : " 7.0.306 " ,
77 "MACCATALYST_SDK_VERSION" : " 16.4.7054/7.0.100" ,
88 "IOS_SDK_VERSION" : " 16.4.7054/7.0.100" ,
99 "MACOS_SDK_VERSION" : " 13.3.7054/7.0.100" ,
165165 ]
166166 }
167167 }
168- }
168+ }
You can’t perform that action at this time.
0 commit comments