Skip to content

Commit b28a76a

Browse files
committed
Build with .NET 5.0.
1 parent 89bb102 commit b28a76a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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 5.0
2323
uses: actions/setup-dotnet@v1
2424
with:
25-
dotnet-version: 5.0.100-rc.2.20479.15
25+
dotnet-version: 5.0.100
2626

2727
- name: Restore
2828
run: dotnet restore

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ cache:
99
- '%USERPROFILE%\.nuget\packages -> **\*.csproj'
1010
install:
1111
- ps: Invoke-WebRequest -Uri "https://dot.net/v1/dotnet-install.ps1" -OutFile "install-dotnet.ps1"
12-
- ps: .\install-dotnet.ps1 -Version 3.1.301 -InstallDir "dotnetcli"
13-
- ps: .\install-dotnet.ps1 -Version 5.0.100-rc.2.20479.15 -InstallDir "dotnetcli"
12+
- ps: .\install-dotnet.ps1 -Version 3.1.404 -InstallDir "dotnetcli"
13+
- ps: .\install-dotnet.ps1 -Version 5.0.100 -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: '5.0.100-rc.2.20479.15'
2+
DotNetCoreSdkVersion: '5.0.100'
33
NUGET_PACKAGES: '$(Pipeline.Workspace)/.nuget/packages'
44

55
jobs:

0 commit comments

Comments
 (0)