Skip to content

Commit 7efb117

Browse files
committed
Revert "Update .NET SDK version to 10.0.x"
This reverts commit 0f4e263
1 parent 80d68e7 commit 7efb117

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
submodules: 'true'
1818
- uses: actions/setup-dotnet@v1
1919
with:
20-
dotnet-version: '10.0.x'
20+
dotnet-version: '9.0.x' # SDK Version to use; x will use the latest version of the 3.1 channel
2121
- name: Start containers
2222
run: docker compose -f "./docker-compose.yml" up -d --build
2323
- name: Build

0 commit comments

Comments
 (0)