.NET 7.0.x -> .NET 8.0.x #4

Merged
DTieman merged 4 commits from dotnet-upgrade into developmaunt 2024-07-14 13:22:01 +00:00
Showing only changes of commit 401e9fbf8a - Show all commits

View File

@@ -22,7 +22,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: Install dependencies
run: dotnet restore