Skip to content

Commit 9da0d65

Browse files
committed
updated .net version
1 parent 96e6fe8 commit 9da0d65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup .NET Core @ Latest
1717
uses: actions/setup-dotnet@v1
1818
with:
19-
dotnet-version: '8.0.x'
19+
dotnet-version: '9.0.x'
2020

2121
- name: Build
2222
run: dotnet build ./src/Blazorex.sln

.github/workflows/nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup .NET Core @ Latest
2020
uses: actions/setup-dotnet@v1
2121
with:
22-
dotnet-version: '8.0.x'
22+
dotnet-version: '9.0.x'
2323

2424
- name: Generate NuGet packages
2525
run: dotnet pack ./src/ -c Release

0 commit comments

Comments
 (0)