Update Visual Studio 2017 -> 2019 in appveyor.yml to support building under netstandard2.1

This commit is contained in:
Ivan Kochurkin 2020-12-02 21:27:17 +03:00
parent b09a185890
commit d3026a2e43
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: '4.9.1-SNAPSHOT+AppVeyor.{build}'
cache:
- '%USERPROFILE%\.m2'
- '%USERPROFILE%\.nuget\packages -> **\project.json'
image: Visual Studio 2017
image: Visual Studio 2019
build: off
install:
- git submodule update --init --recursive