Skip to content

Commit 12d66a7

Browse files
authored
Update Travis .NET version (confluentinc#1931)
* Update Travis .NET version * Fix makefile
1 parent fa7626c commit 12d66a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ matrix:
88
include:
99
- os: linux
1010
dist: focal # Ubuntu 20.04
11-
dotnet: 5.0.408
11+
dotnet: 6.0.403
1212
mono: none
1313
sudo: required
1414
- os: osx
1515
osx_image: xcode9.4 # macOS 10.13
16-
dotnet: 5.0.408
16+
dotnet: 6.0.403
1717
mono: none
1818

1919
before_install:

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ EXAMPLE_DIRS=$(shell find ./examples -name '*.csproj' -exec dirname {} \;)
1010
TEST_DIRS=$(shell find ./test -name '*.csproj' \;)
1111
UNIT_TEST_DIRS=$(shell find . -type d -regex '.*UnitTests$$' -exec basename {} \;)
1212

13-
DEFAULT_FRAMEWORK?=net5.0
13+
DEFAULT_FRAMEWORK?=net6.0
1414

1515
all:
1616
@echo "Usage: make <dotnet-command>"

0 commit comments

Comments
 (0)