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 00aee9c commit 6af62b9Copy full SHA for 6af62b9
.github/workflows/dotnet.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Setup .NET
54
uses: actions/setup-dotnet@v1
55
with:
56
- dotnet-version: 8.0.x
+ dotnet-version: 9.0.x
57
- name: Restore dependencies
58
run: dotnet restore
59
working-directory: backend
0 commit comments