Skip to content

Commit 1e55d6f

Browse files
authored
GitHub workflow .NET 10
1 parent de4eff0 commit 1e55d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: actions/setup-dotnet@v1
2828
with:
29-
dotnet-version: '9.0.x' # SDK Version to use; x will use the latest version of the 3.1 channel
29+
dotnet-version: '10.0.x' # SDK Version to use; x will use the latest version of the 3.1 channel
3030

3131
- name: Start containers
3232
run: docker compose -f "docker-compose.yml" up -d --build

0 commit comments

Comments
 (0)