mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-07-05 03:58:16 +08:00
Update .NET Core SDK to 5.0.301
This commit is contained in:

committed by
Patrik Svensson

parent
2011cb2eff
commit
aa59f6cd55
6
.github/workflows/publish.yaml
vendored
6
.github/workflows/publish.yaml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user