Skip to content

Commit

Permalink
Merge pull request #157 from unoplatform/dev/jela/sr7
Browse files Browse the repository at this point in the history
chore: Update for net8 preview 6, net 7 latest
  • Loading branch information
jeromelaban authored Jul 19, 2023
2 parents 1455077 + d6d5133 commit 4ac4cef
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions UnoCheck/Manifest/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Manifest> FromFileOrUrl(string fileOrUrl)
{
Expand Down
14 changes: 7 additions & 7 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.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": [
],
Expand All @@ -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",
Expand Down Expand Up @@ -165,4 +165,4 @@
]
}
}
}
}
4 changes: 2 additions & 2 deletions manifests/uno.ui.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -165,4 +165,4 @@
]
}
}
}
}

0 comments on commit 4ac4cef

Please sign in to comment.