Skip to content

Commit 0da5ebe

Browse files
committed
fix dotnet version
1 parent 8e6c4be commit 0da5ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Setup .NET
5454
uses: actions/setup-dotnet@v4
5555
with:
56-
dotnet-version: '10.x.x'
56+
dotnet-version: '6.x.x'
5757

5858
- name: Restore dependencies
5959
run: dotnet restore

0 commit comments

Comments
 (0)