We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 323c5cf + 899b0c5 commit ac2c601Copy full SHA for ac2c601
.github/workflows/dotnet.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup .NET
18
uses: actions/setup-dotnet@v3
19
with:
20
- dotnet-version: 6.0.x
+ dotnet-version: 8.0.x
21
- name: Restore dependencies
22
run: dotnet restore
23
working-directory: aspnetcore/
0 commit comments