Update .NET Core 3.0 SDK version number

This commit is contained in:
de4dot 2019-08-13 23:35:20 +02:00
parent fa22082e83
commit 5c7db965ec
2 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@ install:
- cmd: >-
appveyor DownloadFile https://dot.net/v1/dotnet-install.ps1
powershell -NoLogo -NoProfile -File dotnet-install.ps1 -Version 3.0.100-preview7-012821 -InstallDir "%ProgramFiles%\dotnet" -Architecture x64
powershell -NoLogo -NoProfile -File dotnet-install.ps1 -Version 3.0.100-preview8-013656 -InstallDir "%ProgramFiles%\dotnet" -Architecture x64
powershell -NoLogo -NoProfile -File dotnet-install.ps1 -Version 3.0.100-preview7-012821 -InstallDir "%ProgramFiles(x86)%\dotnet" -Architecture x86
powershell -NoLogo -NoProfile -File dotnet-install.ps1 -Version 3.0.100-preview8-013656 -InstallDir "%ProgramFiles(x86)%\dotnet" -Architecture x86
before_build:
- cmd: appveyor-retry nuget restore
build_script:

View File

@ -1,5 +1,5 @@
{
"sdk": {
"version": "3.0.100-preview7-012821"
"version": "3.0.100-preview8-013656"
}
}