Update to .NET SDK 5.0.202

This commit is contained in:
Patrik Svensson
2021-04-09 11:44:13 +02:00
committed by Phil Scott
parent 13ac38ed04
commit 6007fcaafc
5 changed files with 8 additions and 8 deletions

View File

@ -21,7 +21,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.100
dotnet-version: 5.0.202
- name: Build
shell: bash
@ -63,7 +63,7 @@ jobs:
- name: Setup dotnet 5.0.100
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.100
dotnet-version: 5.0.202
- name: Integration Tests
shell: bash

View File

@ -24,7 +24,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.100
dotnet-version: 5.0.202
- name: Publish
shell: bash

View File

@ -29,7 +29,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.100
dotnet-version: 5.0.202
- name: Build
shell: bash
@ -72,7 +72,7 @@ jobs:
- name: Setup dotnet 5.0.100
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.100
dotnet-version: 5.0.202
- name: Build
shell: bash
@ -103,7 +103,7 @@ jobs:
- name: Setup dotnet 5.0.100
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.100
dotnet-version: 5.0.202
- name: Publish
shell: bash