diff --git a/.github/workflows/netcore.yml b/.github/workflows/netcore.yml index 87366f2a..8242f941 100644 --- a/.github/workflows/netcore.yml +++ b/.github/workflows/netcore.yml @@ -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 diff --git a/global.json b/global.json index c685cffc..14afd189 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,6 @@ { "sdk": { - "version": "3.1.101" + "version": "3.1.200", + "rollForward": "latestMinor" } }