Skip to content

Commit 85b5000

Browse files
authored
Update actions-deploy.md (#32045)
Fixes #32044 in the final snippet using a supported version of .NET
1 parent ce51297 commit 85b5000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture/devops-for-aspnet-developers/actions-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ jobs:
411411
- name: Setup .NET
412412
uses: actions/setup-dotnet@v3
413413
with:
414-
dotnet-version: 2.1.x
414+
dotnet-version: 6.0.x
415415
- name: Restore dependencies
416416
run: dotnet restore
417417
- name: Build

0 commit comments

Comments
 (0)