diff --git a/UnoCheck/Manifest/Manifest.cs b/UnoCheck/Manifest/Manifest.cs index e3a20c19..06b0f782 100644 --- a/UnoCheck/Manifest/Manifest.cs +++ b/UnoCheck/Manifest/Manifest.cs @@ -8,9 +8,9 @@ namespace DotNetCheck.Manifest { public partial class Manifest { - public const string DefaultManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/06e8fc40ee5f307fbd61c67ba0de227c20748b1e/manifests/uno.ui.manifest.json"; - public const string PreviewManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/06e8fc40ee5f307fbd61c67ba0de227c20748b1e/manifests/uno.ui-preview.manifest.json"; - public const string PreviewMajorManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/06e8fc40ee5f307fbd61c67ba0de227c20748b1e/manifests/uno.ui-preview-major.manifest.json"; + public const string DefaultManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/c3b289d7bb16a2a2df7f7f7f848d76fe1e74036d/manifests/uno.ui.manifest.json"; + public const string PreviewManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/c3b289d7bb16a2a2df7f7f7f848d76fe1e74036d/manifests/uno.ui-preview.manifest.json"; + public const string PreviewMajorManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/c3b289d7bb16a2a2df7f7f7f848d76fe1e74036d/manifests/uno.ui-preview-major.manifest.json"; public static Task FromFileOrUrl(string fileOrUrl) { diff --git a/manifests/uno.ui-preview-major.manifest.json b/manifests/uno.ui-preview-major.manifest.json index 19f754d0..3346ad30 100644 --- a/manifests/uno.ui-preview-major.manifest.json +++ b/manifests/uno.ui-preview-major.manifest.json @@ -3,11 +3,11 @@ "toolVersion": "1.5.0", "variables": { "OPENJDK_VERSION": "11.0.16", - "DOTNET_SDK_VERSION": "8.0.100-preview.5.23303.2", - "MACCATALYST_SDK_VERSION": "16.4.8528-net8-p5/8.0.100-preview.5", - "IOS_SDK_VERSION": "16.4.8528-net8-p5/8.0.100-preview.5", - "MACOS_SDK_VERSION": "13.3.8528-net8-p5/8.0.100-preview.5", - "ANDROID_SDK_VERSION": "34.0.0-preview.5.315/8.0.100-preview.5" + "DOTNET_SDK_VERSION": "8.0.100-preview.6.23330.14", + "MACCATALYST_SDK_VERSION": "16.4.8646-net8-p6/8.0.100-preview.6", + "IOS_SDK_VERSION": "16.4.8646-net8-p6/8.0.100-preview.6", + "MACOS_SDK_VERSION": "13.3.8646-net8-p6/8.0.100-preview.6", + "ANDROID_SDK_VERSION": "34.0.0-preview.6.361/8.0.100-preview.6" }, "variableMappers": [ ], @@ -23,7 +23,7 @@ "exactVersionName": "14.3.1" }, "vswin": { - "minimumVersion": "17.7.0-pre.1" + "minimumVersion": "17.7.0-pre.2" }, "vsmac": { "minimumVersion": "8.10.0", @@ -165,4 +165,4 @@ ] } } -} \ No newline at end of file +} diff --git a/manifests/uno.ui.manifest.json b/manifests/uno.ui.manifest.json index dd7dfbfd..92624b65 100644 --- a/manifests/uno.ui.manifest.json +++ b/manifests/uno.ui.manifest.json @@ -3,7 +3,7 @@ "toolVersion": "1.5.0", "variables": { "OPENJDK_VERSION": "11.0.16", - "DOTNET_SDK_VERSION": "7.0.302", + "DOTNET_SDK_VERSION": "7.0.306", "MACCATALYST_SDK_VERSION": "16.4.7054/7.0.100", "IOS_SDK_VERSION": "16.4.7054/7.0.100", "MACOS_SDK_VERSION": "13.3.7054/7.0.100", @@ -165,4 +165,4 @@ ] } } -} \ No newline at end of file +}