Skip to content

Commit

Permalink
Merge pull request #140 from unoplatform/dev/jela/net8-pre2
Browse files Browse the repository at this point in the history
ci: Bump to preview 2
  • Loading branch information
jeromelaban authored Mar 16, 2023
2 parents 5dec33b + bf70dff commit 1825364
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion UnoCheck/Manifest/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public partial class Manifest
{
public const string DefaultManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/146b0b4b23d866bef455494a12ad7ffd2f6f2d20/manifests/uno.ui.manifest.json";
public const string PreviewManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/146b0b4b23d866bef455494a12ad7ffd2f6f2d20/manifests/uno.ui-preview.manifest.json";
public const string PreviewMajorManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/146b0b4b23d866bef455494a12ad7ffd2f6f2d20/manifests/uno.ui-preview-major.manifest.json";
public const string PreviewMajorManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/79a6b891d5787a28cef4ca3c1cc620ace1c0ae93/manifests/uno.ui-preview-major.manifest.json";

public static Task<Manifest> FromFileOrUrl(string fileOrUrl)
{
Expand Down
10 changes: 5 additions & 5 deletions manifests/uno.ui-preview-major.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"toolVersion": "1.5.0",
"variables": {
"OPENJDK_VERSION": "11.0.16",
"DOTNET_SDK_VERSION": "8.0.100-preview.1.23115.2",
"MACCATALYST_SDK_VERSION": "16.2.235-net8-p1/8.0.100-preview.1",
"IOS_SDK_VERSION": "16.2.235-net8-p1/8.0.100-preview.1",
"MACOS_SDK_VERSION": "13.1.235-net8-p1/8.0.100-preview.1",
"ANDROID_SDK_VERSION": "34.0.0-preview.1.157/8.0.100-preview.1"
"DOTNET_SDK_VERSION": "8.0.100-preview.2.23157.25",
"MACCATALYST_SDK_VERSION": "16.2.379-net8-p2/8.0.100-preview.2",
"IOS_SDK_VERSION": "16.2.379-net8-p2/8.0.100-preview.2",
"MACOS_SDK_VERSION": "13.1.379-net8-p2/8.0.100-preview.2",
"ANDROID_SDK_VERSION": "34.0.0-preview.2.187/8.0.100-preview.2"
},
"variableMappers": [
],
Expand Down

0 comments on commit 1825364

Please sign in to comment.