Skip to content

Commit 96b3b98

Browse files
committed
Make dotnet version as global
1 parent 9914bae commit 96b3b98

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: csharp
22
mono: none
3+
dotnet: 3.0.100
34

45
env:
56
global:
@@ -12,15 +13,13 @@ jobs:
1213
- os: linux
1314
dist: xenial
1415
sudo: required
15-
dotnet: 2.2
1616
env:
1717
- FRAMEWORK="netstandard2.0"
1818
- FRAMEWORK_TEST="netcoreapp2.2"
1919
name: ".NET Core 2 (Linux: Ubuntu Xenial)"
2020
- os: linux
2121
dist: xenial
2222
sudo: required
23-
dotnet: 3.0.100
2423
env:
2524
- FRAMEWORK="netstandard2.1"
2625
- FRAMEWORK_TEST="netcoreapp3.0"

0 commit comments

Comments
 (0)