Skip to content

Commit 1411827

Browse files
authored
Update .NET Core version to 10.0.x
1 parent 40db583 commit 1411827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-dockerize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup .NET Core
3939
uses: actions/setup-dotnet@v5
4040
with:
41-
dotnet-version: '9.0.x'
41+
dotnet-version: '10.0.x'
4242
- name: Install dependencies
4343
run: dotnet restore
4444
- name: Build

0 commit comments

Comments
 (0)