Update main.yml

This commit is contained in:
甲甲 2022-09-10 13:08:19 +08:00 committed by GitHub
parent 9a1d7874b3
commit 733dca7d8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,9 +19,9 @@ jobs:
# 安装 .NET Core
- name: Install .NET Core
uses: actions/setup-dotnet@v1
- uses: actions/setup-dotnet@v2
with:
dotnet-version: 3.1.202
dotnet-version: '6.0.x'
# 添加 MSBuild.exe 到环境变量: https://github.com/microsoft/setup-msbuild
- name: Add msbuild to PATH