8000 switch to .NET SDK 2.2 · pythonnet/pythonnet@78a1bab · GitHub
[go: up one dir, main page]

Skip to content

Commit 78a1bab

Browse files
committed
switch to .NET SDK 2.2
1 parent 4b4a0bc commit 78a1bab

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ matrix:
1919
packages:
2020
- mono-devel
2121
- ca-certificates-mono
22-
- dotnet-hostfxr-2.0.0
23-
- dotnet-runtime-2.0.0
24-
- dotnet-sdk-2.0.0
22+
- dotnet-hostfxr-2.2.0
23+
- dotnet-runtime-2.2.0
24+
- dotnet-sdk-2.2.0
2525

2626
- python: 3.5
2727
env: *xplat-env
@@ -45,9 +45,9 @@ matrix:
4545
packages:
4646
- mono-devel
4747
- ca-certificates-mono
48-
- dotnet-hostfxr-2.0.0
49-
- dotnet-runtime-2.0.0
50-
- dotnet-sdk-2.0.0
48+
- dotnet-hostfxr-2.2.0
49+
- dotnet-runtime-2.2.0
50+
- dotnet-sdk-2.2.0
5151

5252
# --------------------- Classic builds ------------------------
5353
- python: 2.7

0 commit comments

Comments
 (0)
0