Skip to content

Commit 8dd8fd7

Browse files
author
o.nadymov
committed
Fix in github action
1 parent f446a74 commit 8dd8fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup .NET
3333
uses: actions/setup-dotnet@v2
3434
with:
35-
dotnet-version: 7.0.x
35+
dotnet-version: 8.0.x
3636

3737
- name: Restore dependencies
3838
run: dotnet restore

0 commit comments

Comments
 (0)