Skip to content

Commit 5cb6bf7

Browse files
committed
Update SDKs
Signed-off-by: Jason Nelson <[email protected]>
1 parent ccc8edd commit 5cb6bf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: Visual Studio 2017
1+
image: Visual Studio 2019
22
services:
33
- mysql
44
environment:
@@ -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.405 -InstallDir "dotnetcli"
13-
- ps: .\install-dotnet.ps1 -Version 5.0.102 -InstallDir "dotnetcli"
12+
- ps: .\install-dotnet.ps1 -Version 3.1.409 -InstallDir "dotnetcli"
13+
- ps: .\install-dotnet.ps1 -Version 5.0.300 -InstallDir "dotnetcli"
1414
build_script:
1515
- dotnet --info
1616
before_test:

0 commit comments

Comments
 (0)