We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d572d4 commit 3f62216Copy full SHA for 3f62216
.travis.yml
@@ -1,7 +1,7 @@
1
language: csharp
2
sudo: required
3
4
-dotnet: 2.1.401
+dotnet: 3.1.300
5
mono: 6.6.0
6
7
matrix:
appveyor.yml
@@ -2,7 +2,7 @@ branches:
except:
- /travis-.*/
-image: Visual Studio 2017
+image: Visual Studio 2019
build_script:
8
- ps: .\build.ps1 -Target "Appveyor" -Configuration "Release"
azure-pipelines.yml
@@ -7,7 +7,7 @@ jobs:
- job: Windows
9
pool:
10
- vmImage: vs2017-win2016
+ vmImage: windows-latest
11
steps:
12
13
- powershell: .\build.ps1 -Target Test -Configuration Release
0 commit comments