Skip to content

Commit f4f2a43

Browse files
committed
Upgrade .NET version to 8.0.x in GitHub workflows
Updated the .NET version from 7.0.x to 8.0.x in both the CI and publish workflows. This ensures compatibility with the latest .NET features and keeps the project up-to-date. Adjusted configurations to reflect this change while maintaining existing functionality.
1 parent 6b918d3 commit f4f2a43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET
1919
uses: actions/setup-dotnet@v2
2020
with:
21-
dotnet-version: 7.0.x
21+
dotnet-version: 8.0.x
2222
- name: Restore dependencies
2323
run: dotnet restore
2424
- name: Build

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup .NET
1818
uses: actions/setup-dotnet@v2
1919
with:
20-
dotnet-version: 7.0.x
20+
dotnet-version: 8.0.x
2121

2222
- uses: dotnet/nbgv@master
2323
id: nbgv

0 commit comments

Comments
 (0)