.NET 8 compatibility (#22461)

This commit is contained in:
Pieter-Jan Briers
2023-12-15 18:19:48 +01:00
committed by GitHub
parent 36658d9140
commit d0e77303dd
9 changed files with 10 additions and 10 deletions

View File

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