We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72524e3 commit 9df1af2Copy full SHA for 9df1af2
.github/workflows/dotnet.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup .NET
17
uses: actions/setup-dotnet@v4
18
with:
19
- dotnet-version: 8.0.x
+ dotnet-version: 10.0.x
20
- name: Restore dependencies
21
run: dotnet restore
22
- name: Build
.github/workflows/nuget.yml
@@ -18,7 +18,7 @@ jobs:
- name: Restore signing key
23
env:
24
SIGNING_KEY: ${{ secrets.VS_SIGNING_KEY }}
0 commit comments