From b79aadc1c96882bc0449041c02271a1670e4b9e4 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 26 Feb 2021 23:09:56 +0100 Subject: [PATCH] Upsert packages. --- .../Squidex.Extensions/Squidex.Extensions.csproj | 10 +++++----- .../Squidex.Domain.Apps.Core.Operations.csproj | 6 +++--- .../History/NotifoService.cs | 2 +- .../Squidex.Domain.Apps.Entities.csproj | 4 ++-- .../Squidex.Domain.Users/Squidex.Domain.Users.csproj | 2 +- .../Squidex.Infrastructure.csproj | 4 ++-- backend/src/Squidex/Squidex.csproj | 10 +++++----- .../Squidex.Domain.Apps.Entities.Tests.csproj | 8 ++++---- .../Squidex.Infrastructure.Tests.csproj | 4 ++-- 9 files changed, 25 insertions(+), 25 deletions(-) diff --git a/backend/extensions/Squidex.Extensions/Squidex.Extensions.csproj b/backend/extensions/Squidex.Extensions/Squidex.Extensions.csproj index c3ff3c4c7b..8a7cab421b 100644 --- a/backend/extensions/Squidex.Extensions/Squidex.Extensions.csproj +++ b/backend/extensions/Squidex.Extensions/Squidex.Extensions.csproj @@ -8,16 +8,16 @@ - + - + - + - + - + diff --git a/backend/src/Squidex.Domain.Apps.Core.Operations/Squidex.Domain.Apps.Core.Operations.csproj b/backend/src/Squidex.Domain.Apps.Core.Operations/Squidex.Domain.Apps.Core.Operations.csproj index 94276a57fc..37d35dfa19 100644 --- a/backend/src/Squidex.Domain.Apps.Core.Operations/Squidex.Domain.Apps.Core.Operations.csproj +++ b/backend/src/Squidex.Domain.Apps.Core.Operations/Squidex.Domain.Apps.Core.Operations.csproj @@ -17,11 +17,11 @@ - + - + - + diff --git a/backend/src/Squidex.Domain.Apps.Entities/History/NotifoService.cs b/backend/src/Squidex.Domain.Apps.Entities/History/NotifoService.cs index 9f1f28a3a2..a796b373cf 100644 --- a/backend/src/Squidex.Domain.Apps.Entities/History/NotifoService.cs +++ b/backend/src/Squidex.Domain.Apps.Entities/History/NotifoService.cs @@ -75,7 +75,7 @@ private async Task UpsertUserAsync(IUser user) return; } - var settings = new NotificationSettingsDto + var settings = new Dictionary { [Providers.WebPush] = new NotificationSettingDto { diff --git a/backend/src/Squidex.Domain.Apps.Entities/Squidex.Domain.Apps.Entities.csproj b/backend/src/Squidex.Domain.Apps.Entities/Squidex.Domain.Apps.Entities.csproj index e38acfb9b1..5e4abf4d47 100644 --- a/backend/src/Squidex.Domain.Apps.Entities/Squidex.Domain.Apps.Entities.csproj +++ b/backend/src/Squidex.Domain.Apps.Entities/Squidex.Domain.Apps.Entities.csproj @@ -24,14 +24,14 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers - + diff --git a/backend/src/Squidex.Domain.Users/Squidex.Domain.Users.csproj b/backend/src/Squidex.Domain.Users/Squidex.Domain.Users.csproj index a83b0cd218..cbf328a5d9 100644 --- a/backend/src/Squidex.Domain.Users/Squidex.Domain.Users.csproj +++ b/backend/src/Squidex.Domain.Users/Squidex.Domain.Users.csproj @@ -17,7 +17,7 @@ - + diff --git a/backend/src/Squidex.Infrastructure/Squidex.Infrastructure.csproj b/backend/src/Squidex.Infrastructure/Squidex.Infrastructure.csproj index ad83419436..4daf26622b 100644 --- a/backend/src/Squidex.Infrastructure/Squidex.Infrastructure.csproj +++ b/backend/src/Squidex.Infrastructure/Squidex.Infrastructure.csproj @@ -14,7 +14,7 @@ - + all runtime; build; native; contentfiles; analyzers @@ -36,7 +36,7 @@ - + diff --git a/backend/src/Squidex/Squidex.csproj b/backend/src/Squidex/Squidex.csproj index c428759ae4..f7174d370d 100644 --- a/backend/src/Squidex/Squidex.csproj +++ b/backend/src/Squidex/Squidex.csproj @@ -33,20 +33,20 @@ - + - - - + + + - + diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Squidex.Domain.Apps.Entities.Tests.csproj b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Squidex.Domain.Apps.Entities.Tests.csproj index 57fb6768fd..e5ca11680d 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Squidex.Domain.Apps.Entities.Tests.csproj +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Squidex.Domain.Apps.Entities.Tests.csproj @@ -19,13 +19,13 @@ - - - + + + - + diff --git a/backend/tests/Squidex.Infrastructure.Tests/Squidex.Infrastructure.Tests.csproj b/backend/tests/Squidex.Infrastructure.Tests/Squidex.Infrastructure.Tests.csproj index 60abf4add6..ade794941d 100644 --- a/backend/tests/Squidex.Infrastructure.Tests/Squidex.Infrastructure.Tests.csproj +++ b/backend/tests/Squidex.Infrastructure.Tests/Squidex.Infrastructure.Tests.csproj @@ -15,10 +15,10 @@ - + - + all runtime; build; native; contentfiles; analyzers