Skip to content

Commit 3f62216

Browse files
committed
Update CI for .NET Core 3.1
1 parent 0d572d4 commit 3f62216

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: csharp
22
sudo: required
33

4-
dotnet: 2.1.401
4+
dotnet: 3.1.300
55
mono: 6.6.0
66

77
matrix:

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ branches:
22
except:
33
- /travis-.*/
44

5-
image: Visual Studio 2017
5+
image: Visual Studio 2019
66

77
build_script:
88
- ps: .\build.ps1 -Target "Appveyor" -Configuration "Release"

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
- job: Windows
99
pool:
10-
vmImage: vs2017-win2016
10+
vmImage: windows-latest
1111
steps:
1212

1313
- powershell: .\build.ps1 -Target Test -Configuration Release

0 commit comments

Comments
 (0)