We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2086e73 + b5e9170 commit 7a1bce0Copy full SHA for 7a1bce0
1 file changed
.github/workflows/build_dotnet.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Install .NET Core
35
uses: actions/setup-dotnet@v4
36
with:
37
- dotnet-version: 9.0.x
+ dotnet-version: 10.0.x
38
39
- name: Build application
40
run: |
0 commit comments