We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa7626c commit 12d66a7Copy full SHA for 12d66a7
.travis.yml
@@ -8,12 +8,12 @@ matrix:
8
include:
9
- os: linux
10
dist: focal # Ubuntu 20.04
11
- dotnet: 5.0.408
+ dotnet: 6.0.403
12
mono: none
13
sudo: required
14
- os: osx
15
osx_image: xcode9.4 # macOS 10.13
16
17
18
19
before_install:
Makefile
@@ -10,7 +10,7 @@ EXAMPLE_DIRS=$(shell find ./examples -name '*.csproj' -exec dirname {} \;)
TEST_DIRS=$(shell find ./test -name '*.csproj' \;)
UNIT_TEST_DIRS=$(shell find . -type d -regex '.*UnitTests$$' -exec basename {} \;)
-DEFAULT_FRAMEWORK?=net5.0
+DEFAULT_FRAMEWORK?=net6.0
all:
@echo "Usage: make <dotnet-command>"
0 commit comments