We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de4eff0 commit 1e55d6fCopy full SHA for 1e55d6f
.github/workflows/dotnet.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- uses: actions/setup-dotnet@v1
28
with:
29
- dotnet-version: '9.0.x' # SDK Version to use; x will use the latest version of the 3.1 channel
+ dotnet-version: '10.0.x' # SDK Version to use; x will use the latest version of the 3.1 channel
30
31
- name: Start containers
32
run: docker compose -f "docker-compose.yml" up -d --build
0 commit comments