We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad5e01 commit 3e5186bCopy full SHA for 3e5186b
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: setup .net core
19
uses: actions/setup-dotnet@v5
20
with:
21
- dotnet-version: 8.0.x
+ dotnet-version: 10.0.x
22
23
- name: build
24
working-directory: ./MyApp
0 commit comments