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 e6a033d commit fd80d4eCopy full SHA for fd80d4e
.github/workflows/dotnet-beta.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup .NET
20
uses: actions/setup-dotnet@v3
21
with:
22
- dotnet-version: 3.1
+ dotnet-version: 8
23
- name: Restore dependencies
24
run: dotnet restore
25
- name: Build
.github/workflows/dotnet.yml
0 commit comments