Skip to content

Commit

Permalink
fix: Update deploy.yml to .net 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminMichaelis committed Nov 16, 2023
1 parent f864ef3 commit 9eb6d5c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
3.1.x
6.x
dotnet-version: 8.0
- name: Setup Dependency Caching
uses: actions/cache@v3
id: nuget-cache
Expand Down

0 comments on commit 9eb6d5c

Please sign in to comment.