ci: Using .NET 7.0 as the compilation backend.

This commit is contained in:
real-zony 2022-12-13 22:41:00 +08:00
parent fd86a98995
commit 7dce16fe1f

View File

@ -20,7 +20,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
dotnet-version: 7.0.x
- name: Restore dependencies
run: dotnet restore
- name: Publish