Update .NET Core SDK to 5.0.301

This commit is contained in:
Patrik Svensson
2021-07-02 20:23:21 +02:00
committed by Patrik Svensson
parent 2011cb2eff
commit aa59f6cd55
3 changed files with 7 additions and 7 deletions

View File

@ -29,7 +29,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.202
dotnet-version: 5.0.301
- name: Build
shell: bash
@ -69,10 +69,10 @@ jobs:
with:
dotnet-version: 3.1.402
- name: Setup dotnet 5.0.100
- name: Setup dotnet 5.0.301
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.202
dotnet-version: 5.0.301
- name: Build
shell: bash