Install correct .NET Core SDK

This commit is contained in:
Patrik Svensson 2021-07-11 01:18:50 +02:00 committed by Phil Scott
parent 314e50b531
commit 884cb8ddd4

View File

@ -100,10 +100,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: Publish
shell: bash