Update main.yml

This commit is contained in:
2020-06-28 06:33:58 +08:00
committed by GitHub
parent 3cbd8b7559
commit e90cc2d86e
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
- name: Setup .NET Core - name: Setup .NET Core
uses: actions/setup-dotnet@v1 uses: actions/setup-dotnet@v1
with: with:
dotnet-version: '3.1.101' dotnet-version: '5.0.0'
- name: Build - name: Build
run: dotnet build run: dotnet build