From d9e29f8b95cf8bb31e801c72993aaabf8fa99f50 Mon Sep 17 00:00:00 2001 From: Daan Boerlage Date: Tue, 26 Jul 2022 02:16:19 +0200 Subject: [PATCH] Carefree dependency updates --- src/Bot/Bot.csproj | 7 +++---- src/Core/Core.csproj | 22 +++++++++++----------- src/Web/Web.csproj | 4 ++-- tests/Tests.csproj | 11 +++++++---- 4 files changed, 23 insertions(+), 21 deletions(-) diff --git a/src/Bot/Bot.csproj b/src/Bot/Bot.csproj index 2219b32..2e75b2f 100644 --- a/src/Bot/Bot.csproj +++ b/src/Bot/Bot.csproj @@ -13,13 +13,12 @@ - - - + + - + diff --git a/src/Core/Core.csproj b/src/Core/Core.csproj index 2cd8dbc..593e55c 100644 --- a/src/Core/Core.csproj +++ b/src/Core/Core.csproj @@ -13,26 +13,26 @@ - + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + - - + + diff --git a/src/Web/Web.csproj b/src/Web/Web.csproj index f17685a..6ffac94 100644 --- a/src/Web/Web.csproj +++ b/src/Web/Web.csproj @@ -22,8 +22,8 @@ - - + + diff --git a/tests/Tests.csproj b/tests/Tests.csproj index 786164e..6985375 100644 --- a/tests/Tests.csproj +++ b/tests/Tests.csproj @@ -8,11 +8,14 @@ xUnit1026 - - - + + + - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive +