diff --git a/.travis.yml b/.travis.yml index 218193e682..cdac25a06f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ env: global: - DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1 - DOTNET_CLI_TELEMETRY_OPTOUT=1 -dotnet: 2.1.401 +dotnet: 2.2.105 mono: 5.12.0 branches: only: @@ -14,7 +14,7 @@ matrix: - os: osx # osx_image: xcode8.3 Default Xcode 8.3.3 OS X 10.12 1.8.0_112-b16 osx_image: xcode9.2 - os: linux - dist: trusty + dist: bionic sudo: required group: edge script: diff --git a/global.json b/global.json index 079ebc9415..0a37afd5d2 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "2.1.401" + "version": "2.2.105" } } diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 45cc65ea33..52d8cbe767 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -18,7 +18,7 @@ https://raw.githubusercontent.com/getsentry/sentry-dotnet/master/.assets/sentry-nuget.png https://sentry.io - https://raw.githubusercontent.com/getsentry/sentry-dotnet/master/LICENSE + MIT $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb Can be found at: https://github.com/getsentry/sentry-dotnet/releases