Skip to content

Commit cb84172

Browse files
authored
Update dotnet.yml to .NET 9
1 parent a28e358 commit cb84172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

+1-1
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: '8.0.x' # SDK Version to use; x will use the latest version of the 3.1 channel
29+
dotnet-version: '9.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)