From 483a4e5c64a4d6f1694de39cf2d78605a92d8288 Mon Sep 17 00:00:00 2001 From: martincostello Date: Wed, 14 Aug 2024 10:42:55 +0100 Subject: [PATCH] Resolve TODO Do not include DebuggerDisableUserUnhandledExceptionsAttribute for .NET 9 as it is built-in as of preview 7. --- src/Polly.Core/Polly.Core.csproj | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Polly.Core/Polly.Core.csproj b/src/Polly.Core/Polly.Core.csproj index 1f7bddea979..b2434ba2d7f 100644 --- a/src/Polly.Core/Polly.Core.csproj +++ b/src/Polly.Core/Polly.Core.csproj @@ -36,11 +36,7 @@ - -