fix: Fix build ci pipeline with .net 8

This commit is contained in:
Pc 2023-07-30 01:06:07 +03:30
parent ef72d64700
commit a75ac09648

View File

@ -33,6 +33,9 @@ runs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: "8.0.x"
dotnet-quality: "preview"
# https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools
- name: Restore .NET Tools