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

@ -21,7 +21,7 @@ jobs:
- name: Setup dotnet - name: Setup dotnet
uses: actions/setup-dotnet@v1 uses: actions/setup-dotnet@v1
with: with:
dotnet-version: 5.0.202 dotnet-version: 5.0.301
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v2 uses: actions/setup-node@v2
@ -79,10 +79,10 @@ jobs:
with: with:
dotnet-version: 3.1.402 dotnet-version: 3.1.402
- name: Setup dotnet 5.0.100 - name: Setup dotnet 5.0.301
uses: actions/setup-dotnet@v1 uses: actions/setup-dotnet@v1
with: with:
dotnet-version: 5.0.202 dotnet-version: 5.0.301
- name: Integration Tests - name: Integration Tests
shell: bash shell: bash

View File

@ -24,7 +24,7 @@ jobs:
- name: Setup dotnet - name: Setup dotnet
uses: actions/setup-dotnet@v1 uses: actions/setup-dotnet@v1
with: with:
dotnet-version: 5.0.202 dotnet-version: 5.0.301
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v2 uses: actions/setup-node@v2

View File

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