Skip to content

Commit 8e46bf4

Browse files
authored
Update .NET version in workflow to 8.0.x
1 parent fd74bbd commit 8e46bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/checkout@v4
6868
- uses: actions/setup-dotnet@v4
6969
with:
70-
dotnet-version: '9.0.x'
70+
dotnet-version: '8.0.x'
7171

7272
- name: Build
7373
run: dotnet build ./LibrarySystem.csproj -c Release

0 commit comments

Comments
 (0)