We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2024306 commit 98f8e0aCopy full SHA for 98f8e0a
1 file changed
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Setup .NET
27
uses: actions/setup-dotnet@v1
28
with:
29
- dotnet-version: 6.0.x
+ dotnet-version: 9.0.x
30
31
- name: Build
32
run: dotnet pack $SOLUTION --configuration $BUILD_CONFIG /p:Version=$BUILD_VERSION
0 commit comments