Skip to content

Commit

Permalink
chore: Use 2.2 SDK (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia committed Jun 3, 2019
1 parent e24115d commit 3c2a7eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion global.json
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "2.1.401"
"version": "2.2.105"
}
}
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Expand Up @@ -18,7 +18,7 @@

<PackageIconUrl>https://raw.githubusercontent.com/getsentry/sentry-dotnet/master/.assets/sentry-nuget.png</PackageIconUrl>
<PackageProjectUrl>https://sentry.io</PackageProjectUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/getsentry/sentry-dotnet/master/LICENSE</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>

<PackageReleaseNotes>Can be found at: https://github.com/getsentry/sentry-dotnet/releases</PackageReleaseNotes>
Expand Down

0 comments on commit 3c2a7eb

Please sign in to comment.