dotnet-Workflows: Use latest channel version (#723)

* Use latest channel-version

* Use latest channel-version
This commit is contained in:
litetex
2021-01-15 21:20:42 +01:00
committed by GitHub
parent 97cad8dbc7
commit 5760418d4f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.101
dotnet-version: 5.0.x
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.301
dotnet-version: 5.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build