We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c483ab commit 777337bCopy full SHA for 777337b
.github/workflows/publish-package.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v3
17
- uses: actions/setup-dotnet@v2
18
with:
19
- dotnet-version: 6.0.x
+ dotnet-version: 9.0.x
20
- name: Build
21
run: dotnet build --configuration Release
22
- name: Run unit tests
0 commit comments