Skip to content

Commit 1825364

Browse files
authored
Merge pull request #140 from unoplatform/dev/jela/net8-pre2
ci: Bump to preview 2
2 parents 5dec33b + bf70dff commit 1825364

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

UnoCheck/Manifest/Manifest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public partial class Manifest
1010
{
1111
public const string DefaultManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/146b0b4b23d866bef455494a12ad7ffd2f6f2d20/manifests/uno.ui.manifest.json";
1212
public const string PreviewManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/146b0b4b23d866bef455494a12ad7ffd2f6f2d20/manifests/uno.ui-preview.manifest.json";
13-
public const string PreviewMajorManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/146b0b4b23d866bef455494a12ad7ffd2f6f2d20/manifests/uno.ui-preview-major.manifest.json";
13+
public const string PreviewMajorManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/79a6b891d5787a28cef4ca3c1cc620ace1c0ae93/manifests/uno.ui-preview-major.manifest.json";
1414

1515
public static Task<Manifest> FromFileOrUrl(string fileOrUrl)
1616
{

manifests/uno.ui-preview-major.manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"toolVersion": "1.5.0",
44
"variables": {
55
"OPENJDK_VERSION": "11.0.16",
6-
"DOTNET_SDK_VERSION": "8.0.100-preview.1.23115.2",
7-
"MACCATALYST_SDK_VERSION": "16.2.235-net8-p1/8.0.100-preview.1",
8-
"IOS_SDK_VERSION": "16.2.235-net8-p1/8.0.100-preview.1",
9-
"MACOS_SDK_VERSION": "13.1.235-net8-p1/8.0.100-preview.1",
10-
"ANDROID_SDK_VERSION": "34.0.0-preview.1.157/8.0.100-preview.1"
6+
"DOTNET_SDK_VERSION": "8.0.100-preview.2.23157.25",
7+
"MACCATALYST_SDK_VERSION": "16.2.379-net8-p2/8.0.100-preview.2",
8+
"IOS_SDK_VERSION": "16.2.379-net8-p2/8.0.100-preview.2",
9+
"MACOS_SDK_VERSION": "13.1.379-net8-p2/8.0.100-preview.2",
10+
"ANDROID_SDK_VERSION": "34.0.0-preview.2.187/8.0.100-preview.2"
1111
},
1212
"variableMappers": [
1313
],

0 commit comments

Comments
 (0)