Skip to content

Commit

Permalink
use .NET 9 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
janusw committed Oct 23, 2024
1 parent d3a60ce commit 5636f9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
- name: Restore workloads
run: dotnet workload restore MauiSample/MauiSample.sln
- name: Restore dependencies
run: dotnet restore MauiSample/MauiSample.sln
- name: Build Maui Lib
Expand Down
3 changes: 1 addition & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"version": "9.0.0",
"rollForward": "latestFeature"
}
}

0 comments on commit 5636f9f

Please sign in to comment.