Skip to content

Commit 038297c

Browse files
Update to .NET 10 RC 2
1 parent 5419747 commit 038297c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/dotnet-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ env:
2626
PathToCommunityToolkitSampleCsproj: 'samples/CommunityToolkit.Maui.Markup.Sample/CommunityToolkit.Maui.Markup.Sample.csproj'
2727
PathToCommunityToolkitUnitTestCsproj: 'src/CommunityToolkit.Maui.Markup.UnitTests/CommunityToolkit.Maui.Markup.UnitTests.csproj'
2828
PathToCommunityToolkitSourceGeneratorsCsproj: 'src/CommunityToolkit.Maui.Markup.SourceGenerators/CommunityToolkit.Maui.Markup.SourceGenerators.csproj'
29-
Xcode_Version: '16.4'
29+
Xcode_Version: '26.0.1'
3030
ShouldCheckDependencies: true
3131

3232
concurrency:
@@ -49,7 +49,7 @@ jobs:
4949
if: runner.os == 'macOS'
5050
uses: maxim-lobanov/setup-xcode@v1
5151
with:
52-
xcode-version: ${{ env.Xcode_Version }}
52+
xcode-version: latest-stable
5353

5454
- name: Install Latest .NET SDK, v${{ env.NET_VERSION }}
5555
uses: actions/setup-dotnet@v5

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<NuGetAuditMode>all</NuGetAuditMode>
2121

2222
<!-- MAUI Specific -->
23-
<MauiPackageVersion>10.0.0-rc.1.25452.6</MauiPackageVersion>
23+
<MauiPackageVersion>10.0.0-rc.2.25504.7</MauiPackageVersion>
2424
<NextMauiPackageVersion>11.0.0</NextMauiPackageVersion>
2525
<MauiCommunityToolkitPackageVersion>11.2.0</MauiCommunityToolkitPackageVersion>
2626
<MauiStrictXamlCompilation>true</MauiStrictXamlCompilation>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "10.0.0-rc.1.25452.6",
3+
"version": "10.0.100-rc.2.25502.107",
44
"rollForward": "latestFeature",
55
"allowPrerelease": true
66
}

0 commit comments

Comments
 (0)