We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a08270 commit ec7c0bcCopy full SHA for ec7c0bc
1 file changed
.travis.yml
@@ -4,20 +4,20 @@ git:
4
depth: 10
5
group: travis_latest
6
sudo: required
7
-dotnet: 3.1
+dotnet: 6.0
8
solution: MyTested.AspNetCore.Mvc.sln
9
env:
10
global:
11
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
12
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
13
- - NET_CORE_VERSION: netcoreapp3.1
+ - NET_CORE_VERSION: net6.0
14
matrix:
15
fast_finish: true
16
include:
17
- os: linux
18
dist: xenial
19
- os: osx
20
- dotnet: 3.1.100
+ dotnet: 6.0.101
21
osx_image: xcode11.2
22
branches:
23
only:
0 commit comments