From e3bce3bc0e4b22d8dc2945836488f03f18bbe2dd Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Mon, 18 Nov 2024 18:16:17 +0100 Subject: [PATCH] [sln] Update dependencies to their latest non-preview versions (where available) --- Iceshrimp.Backend/Iceshrimp.Backend.csproj | 34 +++++++++----------- Iceshrimp.Frontend/Iceshrimp.Frontend.csproj | 14 ++++---- Iceshrimp.Parsing/Iceshrimp.Parsing.fsproj | 2 +- Iceshrimp.Shared/Iceshrimp.Shared.csproj | 2 +- Iceshrimp.Tests/Iceshrimp.Tests.csproj | 6 ++-- 5 files changed, 28 insertions(+), 30 deletions(-) diff --git a/Iceshrimp.Backend/Iceshrimp.Backend.csproj b/Iceshrimp.Backend/Iceshrimp.Backend.csproj index 9474a456..1629eb88 100644 --- a/Iceshrimp.Backend/Iceshrimp.Backend.csproj +++ b/Iceshrimp.Backend/Iceshrimp.Backend.csproj @@ -15,46 +15,44 @@ - + - + - - - - - - - + + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + - - + + - + - + - - diff --git a/Iceshrimp.Frontend/Iceshrimp.Frontend.csproj b/Iceshrimp.Frontend/Iceshrimp.Frontend.csproj index 3e1eda29..ca2f5e40 100644 --- a/Iceshrimp.Frontend/Iceshrimp.Frontend.csproj +++ b/Iceshrimp.Frontend/Iceshrimp.Frontend.csproj @@ -24,12 +24,12 @@ - - - - - - + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -39,7 +39,7 @@ - + diff --git a/Iceshrimp.Parsing/Iceshrimp.Parsing.fsproj b/Iceshrimp.Parsing/Iceshrimp.Parsing.fsproj index 8f67e607..180665ff 100644 --- a/Iceshrimp.Parsing/Iceshrimp.Parsing.fsproj +++ b/Iceshrimp.Parsing/Iceshrimp.Parsing.fsproj @@ -6,7 +6,7 @@ - + diff --git a/Iceshrimp.Shared/Iceshrimp.Shared.csproj b/Iceshrimp.Shared/Iceshrimp.Shared.csproj index 1e34c983..ff7319f8 100644 --- a/Iceshrimp.Shared/Iceshrimp.Shared.csproj +++ b/Iceshrimp.Shared/Iceshrimp.Shared.csproj @@ -1,7 +1,7 @@  - + diff --git a/Iceshrimp.Tests/Iceshrimp.Tests.csproj b/Iceshrimp.Tests/Iceshrimp.Tests.csproj index 9502beeb..ab2aaf28 100644 --- a/Iceshrimp.Tests/Iceshrimp.Tests.csproj +++ b/Iceshrimp.Tests/Iceshrimp.Tests.csproj @@ -10,10 +10,10 @@ - + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive