bump the version to the latest release of the .NET Core SDK (#2162)

This commit is contained in:
Brendan Forster
2020-03-30 12:43:43 -03:00
committed by GitHub
parent d9f9ca86a6
commit 3751dd87df
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1.4.0
with:
dotnet-version: 3.1.101
dotnet-version: 3.1.201
- name: Build with dotnet
run: ./build.sh --linksources=true --verbosity=verbose
shell: bash