From 7a8db565c6aa90070e430e37c23261a8882141d6 Mon Sep 17 00:00:00 2001 From: Ivan Dlugos Date: Thu, 5 Oct 2023 18:54:14 +0200 Subject: [PATCH] fix build on mac m1 --- .../Sentry.Samples.Console.Basic.csproj | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/samples/Sentry.Samples.Console.Basic/Sentry.Samples.Console.Basic.csproj b/samples/Sentry.Samples.Console.Basic/Sentry.Samples.Console.Basic.csproj index ba11fdf51b..a0b8d0b554 100644 --- a/samples/Sentry.Samples.Console.Basic/Sentry.Samples.Console.Basic.csproj +++ b/samples/Sentry.Samples.Console.Basic/Sentry.Samples.Console.Basic.csproj @@ -2,9 +2,17 @@ Exe - net7.0 enable enable + + + + + net6.0 + false + + + net7.0 true