Skip to content

Commit da90831

Browse files
committed
Update .NET Core SDK to 3.1.301.
1 parent 2d62c51 commit da90831

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up .NET Core
2323
uses: actions/setup-dotnet@v1
2424
with:
25-
dotnet-version: 3.1.201
25+
dotnet-version: 3.1.301
2626

2727
- name: Restore
2828
run: dotnet restore

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cache:
1010
install:
1111
# The following can be used to install a custom version of .NET Core
1212
- ps: Invoke-WebRequest -Uri "https://raw.githubusercontent.com/dotnet/cli/master/scripts/obtain/dotnet-install.ps1" -OutFile "install-dotnet.ps1"
13-
- ps: .\install-dotnet.ps1 -Version 3.1.201 -InstallDir "dotnetcli"
13+
- ps: .\install-dotnet.ps1 -Version 3.1.301 -InstallDir "dotnetcli"
1414
build_script:
1515
- dotnet --info
1616
before_test:

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variables:
2-
DotNetCoreSdkVersion: '3.1.201'
2+
DotNetCoreSdkVersion: '3.1.301'
33
NUGET_PACKAGES: '$(Pipeline.Workspace)/.nuget/packages'
44

55
jobs:

0 commit comments

Comments
 (0)