From 19676e47f3cb7b329c79ff3a337e44a7c601e94d Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 17 Mar 2020 20:04:37 +0100 Subject: [PATCH] Fody fixed. --- .../Squidex.Extensions/Squidex.Extensions.csproj | 4 ++-- .../FodyWeavers.xml | 2 +- .../FodyWeavers.xsd | 2 +- .../Squidex.Domain.Apps.Core.Model.csproj | 6 +++--- .../Squidex.Domain.Apps.Core.Operations.csproj | 2 +- .../Squidex.Domain.Apps.Entities.csproj | 10 +++++----- .../Squidex.Infrastructure.Amazon.csproj | 2 +- .../Squidex.Infrastructure.Azure.csproj | 2 +- .../Squidex.Infrastructure.csproj | 16 ++++++++-------- backend/src/Squidex/Squidex.csproj | 12 ++++++------ backend/tools/Benchmarks/Benchmarks.csproj | 2 +- 11 files changed, 30 insertions(+), 30 deletions(-) diff --git a/backend/extensions/Squidex.Extensions/Squidex.Extensions.csproj b/backend/extensions/Squidex.Extensions/Squidex.Extensions.csproj index dbd8a8769..1f57f09ce 100644 --- a/backend/extensions/Squidex.Extensions/Squidex.Extensions.csproj +++ b/backend/extensions/Squidex.Extensions/Squidex.Extensions.csproj @@ -11,8 +11,8 @@ - - + + diff --git a/backend/src/Squidex.Domain.Apps.Core.Model/FodyWeavers.xml b/backend/src/Squidex.Domain.Apps.Core.Model/FodyWeavers.xml index 22bdfa38f..736892395 100644 --- a/backend/src/Squidex.Domain.Apps.Core.Model/FodyWeavers.xml +++ b/backend/src/Squidex.Domain.Apps.Core.Model/FodyWeavers.xml @@ -1,6 +1,6 @@  - + \ No newline at end of file diff --git a/backend/src/Squidex.Domain.Apps.Core.Model/FodyWeavers.xsd b/backend/src/Squidex.Domain.Apps.Core.Model/FodyWeavers.xsd index b87d8baba..6ccd762d1 100644 --- a/backend/src/Squidex.Domain.Apps.Core.Model/FodyWeavers.xsd +++ b/backend/src/Squidex.Domain.Apps.Core.Model/FodyWeavers.xsd @@ -4,8 +4,8 @@ + - diff --git a/backend/src/Squidex.Domain.Apps.Core.Model/Squidex.Domain.Apps.Core.Model.csproj b/backend/src/Squidex.Domain.Apps.Core.Model/Squidex.Domain.Apps.Core.Model.csproj index 4fa45831b..2844d5c02 100644 --- a/backend/src/Squidex.Domain.Apps.Core.Model/Squidex.Domain.Apps.Core.Model.csproj +++ b/backend/src/Squidex.Domain.Apps.Core.Model/Squidex.Domain.Apps.Core.Model.csproj @@ -10,12 +10,12 @@ True - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + 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 c29089b08..fcf332d2a 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 @@ -19,7 +19,7 @@ - + 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 3bc7fb9af..250038c36 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 @@ -17,9 +17,9 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -29,11 +29,11 @@ - + all runtime; build; native; contentfiles; analyzers - + diff --git a/backend/src/Squidex.Infrastructure.Amazon/Squidex.Infrastructure.Amazon.csproj b/backend/src/Squidex.Infrastructure.Amazon/Squidex.Infrastructure.Amazon.csproj index 0fd2085ee..e03ed7834 100644 --- a/backend/src/Squidex.Infrastructure.Amazon/Squidex.Infrastructure.Amazon.csproj +++ b/backend/src/Squidex.Infrastructure.Amazon/Squidex.Infrastructure.Amazon.csproj @@ -6,7 +6,7 @@ enable - + diff --git a/backend/src/Squidex.Infrastructure.Azure/Squidex.Infrastructure.Azure.csproj b/backend/src/Squidex.Infrastructure.Azure/Squidex.Infrastructure.Azure.csproj index 4872b1121..ff938312c 100644 --- a/backend/src/Squidex.Infrastructure.Azure/Squidex.Infrastructure.Azure.csproj +++ b/backend/src/Squidex.Infrastructure.Azure/Squidex.Infrastructure.Azure.csproj @@ -7,7 +7,7 @@ - + diff --git a/backend/src/Squidex.Infrastructure/Squidex.Infrastructure.csproj b/backend/src/Squidex.Infrastructure/Squidex.Infrastructure.csproj index 5fc9d9231..1f4639195 100644 --- a/backend/src/Squidex.Infrastructure/Squidex.Infrastructure.csproj +++ b/backend/src/Squidex.Infrastructure/Squidex.Infrastructure.csproj @@ -9,26 +9,26 @@ True - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - + all runtime; build; native; contentfiles; analyzers - - + + - + diff --git a/backend/src/Squidex/Squidex.csproj b/backend/src/Squidex/Squidex.csproj index e195a3574..474d2473d 100644 --- a/backend/src/Squidex/Squidex.csproj +++ b/backend/src/Squidex/Squidex.csproj @@ -45,19 +45,19 @@ - - - + + + - - + + - + diff --git a/backend/tools/Benchmarks/Benchmarks.csproj b/backend/tools/Benchmarks/Benchmarks.csproj index c973d6821..fcc456da6 100644 --- a/backend/tools/Benchmarks/Benchmarks.csproj +++ b/backend/tools/Benchmarks/Benchmarks.csproj @@ -6,7 +6,7 @@ - +