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 2f91baa commit 7a36183Copy full SHA for 7a36183
.travis.yml
@@ -1,5 +1,6 @@
1
language: csharp
2
mono: none
3
+dotnet: 3.0.100
4
5
env:
6
global:
@@ -12,15 +13,13 @@ jobs:
12
13
- os: linux
14
dist: xenial
15
sudo: required
- dotnet: 2.2
16
17
- FRAMEWORK="netstandard2.0"
18
- FRAMEWORK_TEST="netcoreapp2.2"
19
name: ".NET Core 2 (Linux: Ubuntu Xenial)"
20
21
22
23
- dotnet: 3.0.100
24
25
- FRAMEWORK="netstandard2.1"
26
- FRAMEWORK_TEST="netcoreapp3.0"
0 commit comments