Skip to content

Commit 9eb6d5c

Browse files
fix: Update deploy.yml to .net 8.0
1 parent f864ef3 commit 9eb6d5c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ jobs:
1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v3
2121
with:
22-
dotnet-version: |
23-
3.1.x
24-
6.x
22+
dotnet-version: 8.0
2523
- name: Setup Dependency Caching
2624
uses: actions/cache@v3
2725
id: nuget-cache

0 commit comments

Comments
 (0)