Skip to content

Commit ec7c0bc

Browse files
committed
Updated .travis.yml
1 parent 7a08270 commit ec7c0bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ git:
44
depth: 10
55
group: travis_latest
66
sudo: required
7-
dotnet: 3.1
7+
dotnet: 6.0
88
solution: MyTested.AspNetCore.Mvc.sln
99
env:
1010
global:
1111
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
1212
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
13-
- NET_CORE_VERSION: netcoreapp3.1
13+
- NET_CORE_VERSION: net6.0
1414
matrix:
1515
fast_finish: true
1616
include:
1717
- os: linux
1818
dist: xenial
1919
- os: osx
20-
dotnet: 3.1.100
20+
dotnet: 6.0.101
2121
osx_image: xcode11.2
2222
branches:
2323
only:

0 commit comments

Comments
 (0)