From c998e366c5740ccf8271815fbf27873f4c772691 Mon Sep 17 00:00:00 2001
From: Ilshat Mukhamedyarov <116073706+mukhamedyarov@users.noreply.github.com>
Date: Thu, 19 Sep 2024 18:27:49 +0300
Subject: [PATCH] Revert "Update Mindbox.ExceptionsHandling.Template.csproj"
---
.../Mindbox.ExceptionsHandling.Template.csproj | 4 ++--
.../SentryOptionsConfiguration.cs | 1 -
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/Mindbox.ExceptionsHandling.Template/Mindbox.ExceptionsHandling.Template.csproj b/Mindbox.ExceptionsHandling.Template/Mindbox.ExceptionsHandling.Template.csproj
index f2c263e..41aefe2 100644
--- a/Mindbox.ExceptionsHandling.Template/Mindbox.ExceptionsHandling.Template.csproj
+++ b/Mindbox.ExceptionsHandling.Template/Mindbox.ExceptionsHandling.Template.csproj
@@ -9,7 +9,7 @@
-
-
+
+
diff --git a/Mindbox.ExceptionsHandling.Template/SentryOptionsConfiguration.cs b/Mindbox.ExceptionsHandling.Template/SentryOptionsConfiguration.cs
index be6aeae..189eaee 100644
--- a/Mindbox.ExceptionsHandling.Template/SentryOptionsConfiguration.cs
+++ b/Mindbox.ExceptionsHandling.Template/SentryOptionsConfiguration.cs
@@ -1,5 +1,4 @@
using Microsoft.Extensions.Options;
-using Sentry;
using Sentry.AspNetCore;
using Sentry.Extensions.Logging;