From 826797b0c9d4eb15f44eed42d520906d3df163f4 Mon Sep 17 00:00:00 2001 From: "Florean, Vitalii" Date: Tue, 23 Dec 2025 12:00:07 +0200 Subject: [PATCH] Serilog.Sinks.XUnit package was moved to test project --- src/IsolatedSqlDb.Tests/IsolatedSqlDb.Tests.csproj | 3 ++- src/IsolatedSqlDb/IsolatedSqlDb.csproj | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/IsolatedSqlDb.Tests/IsolatedSqlDb.Tests.csproj b/src/IsolatedSqlDb.Tests/IsolatedSqlDb.Tests.csproj index 94ce818..45a8763 100644 --- a/src/IsolatedSqlDb.Tests/IsolatedSqlDb.Tests.csproj +++ b/src/IsolatedSqlDb.Tests/IsolatedSqlDb.Tests.csproj @@ -1,4 +1,4 @@ - + net6.0 @@ -12,6 +12,7 @@ + diff --git a/src/IsolatedSqlDb/IsolatedSqlDb.csproj b/src/IsolatedSqlDb/IsolatedSqlDb.csproj index defba7a..8f948eb 100644 --- a/src/IsolatedSqlDb/IsolatedSqlDb.csproj +++ b/src/IsolatedSqlDb/IsolatedSqlDb.csproj @@ -25,7 +25,6 @@ -