We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a44f1b commit 0383968Copy full SHA for 0383968
.travis.yml
@@ -1,5 +1,6 @@
1
language: csharp
2
mono: none
3
+dotnet: 3.0.100
4
5
env:
6
global:
@@ -14,18 +15,16 @@ jobs:
14
15
- os: linux
16
dist: xenial
17
sudo: required
- dotnet: 2.2.402
18
19
- - FRAMEWORK="netstandard2.0"
20
- - FRAMEWORK_TEST="netcoreapp2.2"
+ - FRAMEWORK="netstandard2.0"
+ - FRAMEWORK_TEST="netcoreapp2.2"
21
name: ".NET Core 2 (Linux: Ubuntu Xenial)"
22
- os: Linux
23
24
25
- dotnet: 3.0.100
26
27
- - FRAMEWORK="netstandard2.1"
28
- - FRAMEWORK_TEST="netcoreapp3.0"
+ - FRAMEWORK="netstandard2.1"
+ - FRAMEWORK_TEST="netcoreapp3.0"
29
name: ".NET Core 3 (Linux: Ubuntu Xenial)"
30
31
0 commit comments