Skip to content

Commit

Permalink
chore: Update net7.0 to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Oct 19, 2023
1 parent fa8e6fb commit 2f4420a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
previous_tool_version: ''
previous_tool_params: ''
os: macos-11
dotnet_version: 7.0.200-preview.22628.1
dotnet_version: 7.0.402

- manifest: 'manifests/uno.ui-preview-major.manifest.json'
manifest_name: Preview net8
Expand All @@ -169,14 +169,14 @@ jobs:
previous_tool_version: 1.4.2
previous_tool_params: ''
os: macos-11
dotnet_version: 7.0.401
dotnet_version: 7.0.402

- manifest: 'manifests/uno.ui-preview.manifest.json'
manifest_name: Preview Upgrade
previous_tool_version: 1.4.2
previous_tool_params: '--pre'
os: macos-11
dotnet_version: 7.0.200-preview.22628.1
dotnet_version: 7.0.402

- manifest: 'manifests/uno.ui-preview-major.manifest.json'
manifest_name: Preview Upgrade net8
Expand All @@ -188,14 +188,14 @@ jobs:
- manifest: 'manifests/uno.ui.manifest.json'
manifest_name: Stable
os: macos-12
dotnet_version: 7.0.401
dotnet_version: 7.0.402

- manifest: 'manifests/uno.ui-preview.manifest.json'
manifest_name: Preview
previous_tool_version: ''
previous_tool_params: ''
os: macos-12
dotnet_version: 7.0.200-preview.22628.1
dotnet_version: 7.0.402

- manifest: 'manifests/uno.ui-preview-major.manifest.json'
manifest_name: Preview net8
Expand All @@ -209,14 +209,14 @@ jobs:
previous_tool_version: 1.4.2
previous_tool_params: ''
os: macos-12
dotnet_version: 7.0.401
dotnet_version: 7.0.402

- manifest: 'manifests/uno.ui-preview.manifest.json'
manifest_name: Preview Upgrade
previous_tool_version: 1.4.2
previous_tool_params: '--pre'
os: macos-12
dotnet_version: 7.0.200-preview.22628.1
dotnet_version: 7.0.402

- manifest: 'manifests/uno.ui-preview-major.manifest.json'
manifest_name: Preview Upgrade net8
Expand Down
6 changes: 3 additions & 3 deletions manifests/uno.ui-preview.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"toolVersion": "1.5.0",
"variables": {
"OPENJDK_VERSION": "11.0.20.1",
"DOTNET_SDK_VERSION": "7.0.401",
"DOTNET_SDK_VERSION": "7.0.402",
"MACCATALYST_SDK_VERSION": "16.4.7099/7.0.100",
"IOS_SDK_VERSION": "16.4.7099/7.0.100",
"MACOS_SDK_VERSION": "13.3.7099/7.0.100",
"ANDROID_SDK_VERSION": "33.0.46/7.0.100",
"MAUI_VERSION": "7.0.86/7.0.100"
"ANDROID_SDK_VERSION": "33.0.68/7.0.100",
"MAUI_VERSION": "7.0.92/7.0.100"
},
"variableMappers": [
],
Expand Down
9 changes: 4 additions & 5 deletions manifests/uno.ui.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"toolVersion": "1.5.0",
"variables": {
"OPENJDK_VERSION": "11.0.20.1",
"DOTNET_SDK_VERSION": "7.0.401",
"DOTNET_SDK_VERSION": "7.0.402",
"MACCATALYST_SDK_VERSION": "16.4.7099/7.0.100",
"IOS_SDK_VERSION": "16.4.7099/7.0.100",
"MACOS_SDK_VERSION": "13.3.7099/7.0.100",
"ANDROID_SDK_VERSION": "33.0.46/7.0.100",
"MAUI_VERSION": "7.0.86/7.0.100"
"ANDROID_SDK_VERSION": "33.0.68/7.0.100",
"MAUI_VERSION": "7.0.92/7.0.100"
},
"variableMappers": [
],
Expand Down Expand Up @@ -96,8 +96,7 @@
"osxArm64": "https://dotnetcli.azureedge.net/dotnet/Sdk/$(DOTNET_SDK_VERSION)/dotnet-sdk-$(DOTNET_SDK_VERSION)-osx-arm64.pkg"
},
"packageSources": [
"https://api.nuget.org/v3/index.json",
"https://aka.ms/dotnet6/nuget/index.json"
"https://api.nuget.org/v3/index.json"
],
"workloads": [
{
Expand Down

0 comments on commit 2f4420a

Please sign in to comment.