Skip to content

Commit 39c3130

Browse files
committed
Update projects to .NET 9.0
Update workflow
1 parent 6a45200 commit 39c3130

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/Build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20-
- name: Setup .NET 8.0
20+
- name: Setup .NET 9.0
2121
uses: actions/setup-dotnet@v4
2222
with:
23-
dotnet-version: 8.0.x
23+
dotnet-version: 9.0.x
2424

2525
- name: Build DexieNET and DexieCloudNET
2626
run: dotnet build DexieCloudNET/DexieCloudNET.csproj -c Release

.github/workflows/PublishNuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717

18-
- name: Setup .NET 8.0
18+
- name: Setup .NET 9.0
1919
uses: actions/setup-dotnet@v4
2020
with:
21-
dotnet-version: 8.0.x
21+
dotnet-version: 9.0.x
2222

2323
- name: Build DexieNET and DexieCloudNET
2424
run: dotnet build DexieCloudNET/DexieCloudNET.csproj -c Release

0 commit comments

Comments
 (0)