Skip to content

Commit e487c5e

Browse files
committed
Update .NET version to 10.0.x in CI workflow
Bump the .NET version from 9.0.x to 10.0.x in the GitHub Actions workflow to use the latest .NET features and improvements during CI builds.
1 parent 2b834a0 commit e487c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup .NET
1515
uses: actions/setup-dotnet@v4
1616
with:
17-
dotnet-version: 9.0.x
17+
dotnet-version: 10.0.x
1818
- name: Build with dotnet
1919
run: dotnet build --configuration Release
2020
working-directory: ./src

0 commit comments

Comments
 (0)