Skip to content

Commit 4ac4cef

Browse files
authored
Merge pull request #157 from unoplatform/dev/jela/sr7
chore: Update for net8 preview 6, net 7 latest
2 parents 1455077 + d6d5133 commit 4ac4cef

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

UnoCheck/Manifest/Manifest.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
{

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

Lines changed: 7 additions & 7 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.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
],
@@ -23,7 +23,7 @@
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",
@@ -165,4 +165,4 @@
165165
]
166166
}
167167
}
168-
}
168+
}

manifests/uno.ui.manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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",
@@ -165,4 +165,4 @@
165165
]
166166
}
167167
}
168-
}
168+
}

0 commit comments

Comments
 (0)