diff --git a/.github/actions/ci/generate-test-matrix/action.yml b/.github/actions/ci/generate-test-matrix/action.yml index 3fca84637..64fd56337 100644 --- a/.github/actions/ci/generate-test-matrix/action.yml +++ b/.github/actions/ci/generate-test-matrix/action.yml @@ -125,7 +125,7 @@ runs: if ( ($currentGroup.Count -eq $groupSize) -or ($i -eq ($tests.Count - 1))) { $newGroup = @{ 'groupName' = "Group$($matrixGroups.Count)_net10" - 'unocheckArguments' = '--pre-major' + 'unocheckArguments' = '' 'validations' = ($currentGroup -join "`r`n") }; diff --git a/.github/actions/ci/run-tests/action.yml b/.github/actions/ci/run-tests/action.yml index f74e596ce..752a56af8 100644 --- a/.github/actions/ci/run-tests/action.yml +++ b/.github/actions/ci/run-tests/action.yml @@ -76,7 +76,7 @@ runs: if ($templateArgs -match 'net10.0') { - $dotnetVersion = '10.0.100-rc.2.25502.107' + $dotnetVersion = '10.0.100' $ValidationUnoCheckVersion = $env:ValidationUnoCheckVersionNet10 $XcodeVersion = $env:XcodeVersionNet10 } diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9560a32f1..328d6ce10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ env: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true IsCanaryBranch: ${{ startsWith(github.ref, 'refs/heads/canaries/') }} ValidationUnoCheckVersionNet9: '1.33.0-dev.13' - ValidationUnoCheckVersionNet10: '1.33.0-dev.27' + ValidationUnoCheckVersionNet10: '1.33.0-dev.30' ValidationDotNetVersion: '9.0.305' XcodeVersionNet9: '/Applications/Xcode_16.4.app' XcodeVersionNet10: '/Applications/Xcode_26.0.1.app' diff --git a/src/Uno.Sdk.Updater.targets b/src/Uno.Sdk.Updater.targets index db9459f33..b0b47ba7e 100644 --- a/src/Uno.Sdk.Updater.targets +++ b/src/Uno.Sdk.Updater.targets @@ -3,7 +3,7 @@ 6.5.0-dev.42 9.0.20 - 10.0.0-dev.36 + 10.0.1 1.7.0 4.1.1 1.4.0 diff --git a/src/Uno.Sdk/ReadMe.md b/src/Uno.Sdk/ReadMe.md index 7c693dc30..413141511 100644 --- a/src/Uno.Sdk/ReadMe.md +++ b/src/Uno.Sdk/ReadMe.md @@ -82,7 +82,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp "Uno.Wasm.Bootstrap.Server" ], "versionOverride": { - "net10.0": "10.0.0-dev.36" + "net10.0": "10.0.1" } }, { @@ -183,7 +183,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp "Microsoft.Extensions.Logging.Console" ], "versionOverride": { - "net10.0": "10.0.0-rc.2.25502.107" + "net10.0": "10.0.0" } }, { @@ -193,7 +193,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp "Microsoft.Windows.Compatibility" ], "versionOverride": { - "net10.0": "10.0.0-rc.2.25502.107" + "net10.0": "10.0.0" } }, { @@ -342,7 +342,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp "Microsoft.Maui.Graphics" ], "versionOverride": { - "net10.0": "10.0.0-rc.2.25504.7" + "net10.0": "10.0.0" } }, { diff --git a/src/Uno.Sdk/packages.json b/src/Uno.Sdk/packages.json index 8503809a0..7fa42236b 100644 --- a/src/Uno.Sdk/packages.json +++ b/src/Uno.Sdk/packages.json @@ -40,7 +40,7 @@ "Uno.Wasm.Bootstrap.Server" ], "versionOverride": { - "net10.0": "10.0.0-dev.36" + "net10.0": "10.0.1" } }, { @@ -141,7 +141,7 @@ "Microsoft.Extensions.Logging.Console" ], "versionOverride": { - "net10.0": "10.0.0-rc.2.25502.107" + "net10.0": "10.0.0" } }, { @@ -151,7 +151,7 @@ "Microsoft.Windows.Compatibility" ], "versionOverride": { - "net10.0": "10.0.0-rc.2.25502.107" + "net10.0": "10.0.0" } }, { @@ -300,7 +300,7 @@ "Microsoft.Maui.Graphics" ], "versionOverride": { - "net10.0": "10.0.0-rc.2.25504.7" + "net10.0": "10.0.0" } }, { diff --git a/src/Uno.Templates/content/unoapp/.template.config/TemplateWizard.json b/src/Uno.Templates/content/unoapp/.template.config/TemplateWizard.json index a7b749c67..e98b7391d 100644 --- a/src/Uno.Templates/content/unoapp/.template.config/TemplateWizard.json +++ b/src/Uno.Templates/content/unoapp/.template.config/TemplateWizard.json @@ -97,7 +97,7 @@ "server": "false", "skipRestore": "true", "tests": "none", - "tfm": "net9.0", + "tfm": "net10.0", "toolkit": "false", "vscode": "true", "wasmPwaManifest": "true", @@ -139,7 +139,7 @@ "server": "false", "skipRestore": "true", "tests": "none", - "tfm": "net9.0", + "tfm": "net10.0", "toolkit": "true", "vscode": "true", "wasmPwaManifest": "true", diff --git a/src/Uno.Templates/content/unoapp/.template.config/template.json b/src/Uno.Templates/content/unoapp/.template.config/template.json index a7802ef40..1fe99c3bb 100644 --- a/src/Uno.Templates/content/unoapp/.template.config/template.json +++ b/src/Uno.Templates/content/unoapp/.template.config/template.json @@ -171,7 +171,7 @@ "datatype": "choice", "enableQuotelessLiterals": true, "replaces": "$baseTargetFramework$", - "defaultValue": "net9.0", + "defaultValue": "net10.0", "description": "Select the .NET version of your solution", "choices": [ { @@ -182,7 +182,7 @@ { "choice": "net10.0", "displayName": ".NET 10.0", - "description": "Target .NET 10.0 (Preview)" + "description": "Target .NET 10.0" } ] }, @@ -326,7 +326,7 @@ }, { "condition": "(tfm == 'net10.0')", - "value": "true" + "value": "false" } ] } diff --git a/src/Uno.Templates/content/unolib-uitest/.template.config/template.json b/src/Uno.Templates/content/unolib-uitest/.template.config/template.json index 0cc18bc6d..3c141cde5 100644 --- a/src/Uno.Templates/content/unolib-uitest/.template.config/template.json +++ b/src/Uno.Templates/content/unolib-uitest/.template.config/template.json @@ -40,7 +40,7 @@ "datatype": "choice", "enableQuotelessLiterals": true, "replaces": "$baseTargetFramework$", - "defaultValue": "net9.0", + "defaultValue": "net10.0", "description": "Select the .NET version of your solution", "choices": [ { @@ -51,7 +51,7 @@ { "choice": "net10.0", "displayName": ".NET 10.0", - "description": "Target .NET 10.0 (Preview)" + "description": "Target .NET 10.0" } ] } diff --git a/src/Uno.Templates/content/unolib/.template.config/template.json b/src/Uno.Templates/content/unolib/.template.config/template.json index 6e93170fe..b02025588 100644 --- a/src/Uno.Templates/content/unolib/.template.config/template.json +++ b/src/Uno.Templates/content/unolib/.template.config/template.json @@ -40,7 +40,7 @@ "datatype": "choice", "enableQuotelessLiterals": true, "replaces": "$baseTargetFramework$", - "defaultValue": "net9.0", + "defaultValue": "net10.0", "description": "Select the .NET version of your solution", "choices": [ { @@ -51,7 +51,7 @@ { "choice": "net10.0", "displayName": ".NET 10.0", - "description": "Target .NET 10.0 (Preview)" + "description": "Target .NET 10.0" } ] }, diff --git a/src/Uno.Templates/content/unomauilib/.template.config/template.json b/src/Uno.Templates/content/unomauilib/.template.config/template.json index 6912802eb..6d6cc6c24 100644 --- a/src/Uno.Templates/content/unomauilib/.template.config/template.json +++ b/src/Uno.Templates/content/unomauilib/.template.config/template.json @@ -30,7 +30,7 @@ "datatype": "choice", "enableQuotelessLiterals": true, "replaces": "$baseTargetFramework$", - "defaultValue": "net9.0", + "defaultValue": "net10.0", "description": "Select the .NET version of your solution", "choices": [ { @@ -41,7 +41,7 @@ { "choice": "net10.0", "displayName": ".NET 10.0", - "description": "Target .NET 10.0 (Preview)" + "description": "Target .NET 10.0" } ] },