1 parent 78d44a5 commit 1b5d3c5Copy full SHA for 1b5d3c5
1 file changed
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup .NET
19
uses: actions/setup-dotnet@v3
20
with:
21
- dotnet-version: '8.0.x'
+ dotnet-version: '10.0.x'
22
23
- name: Restore dependencies
24
run: dotnet restore
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
47
0 commit comments