From fac2cd37777c0825535842ba20bfa40bc7bba2dd Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Thu, 11 Jan 2024 21:38:14 -0500 Subject: [PATCH] opt-out --- CHANGELOG.md | 6 +++--- src/Sentry/buildTransitive/Sentry.targets | 2 +- test/SingleFileTestApp/SingleFileTestApp.csproj | 5 +---- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c0a9a863c..8bbba85426 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,9 @@ - Added `Sentry` namespace to global usings when `ImplicitUsings` is enabled ([#3043](https://github.com/getsentry/sentry-dotnet/pull/3043)) If you have conflicts, you can opt-out by adding the following to your `csproj`: ``` - - - + + false + ``` ## 4.0.0-beta.8 diff --git a/src/Sentry/buildTransitive/Sentry.targets b/src/Sentry/buildTransitive/Sentry.targets index 07f613e6ba..952c2e91e2 100644 --- a/src/Sentry/buildTransitive/Sentry.targets +++ b/src/Sentry/buildTransitive/Sentry.targets @@ -1,7 +1,7 @@ - + diff --git a/test/SingleFileTestApp/SingleFileTestApp.csproj b/test/SingleFileTestApp/SingleFileTestApp.csproj index c1c8ed3334..123c265621 100644 --- a/test/SingleFileTestApp/SingleFileTestApp.csproj +++ b/test/SingleFileTestApp/SingleFileTestApp.csproj @@ -8,12 +8,9 @@ true true true + false - - - - <_OSArchitecture>$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture)