From dac33f9ce4c8c6275453a30ad2a99919c9102217 Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Sat, 18 Aug 2018 14:34:30 +0200 Subject: [PATCH] Upgraded dependencies. --- .../Squidex.Domain.Apps.Core.Model.csproj | 5 ++++- .../Squidex.Domain.Apps.Core.Operations.csproj | 4 ++-- .../Squidex.Domain.Apps.Entities.csproj | 2 +- .../Squidex.Domain.Users.MongoDb.csproj | 2 +- .../Squidex.Domain.Users.csproj | 2 +- .../Squidex.Infrastructure.Azure.csproj | 2 +- src/Squidex/Squidex.csproj | 12 ++++++------ .../Squidex.Domain.Apps.Core.Tests.csproj | 11 +++++++---- .../Squidex.Domain.Apps.Entities.Tests.csproj | 13 ++++++++----- .../Squidex.Domain.Users.Tests.csproj | 11 +++++++---- .../Squidex.Infrastructure.Tests.csproj | 11 +++++++---- tests/Squidex.Tests/Squidex.Tests.csproj | 13 ++++++++----- 12 files changed, 53 insertions(+), 35 deletions(-) diff --git a/src/Squidex.Domain.Apps.Core.Model/Squidex.Domain.Apps.Core.Model.csproj b/src/Squidex.Domain.Apps.Core.Model/Squidex.Domain.Apps.Core.Model.csproj index 452047bfa..50b9eddca 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Squidex.Domain.Apps.Core.Model.csproj +++ b/src/Squidex.Domain.Apps.Core.Model/Squidex.Domain.Apps.Core.Model.csproj @@ -8,7 +8,10 @@ True - + + all + runtime; build; native; contentfiles; analyzers + diff --git a/src/Squidex.Domain.Apps.Core.Operations/Squidex.Domain.Apps.Core.Operations.csproj b/src/Squidex.Domain.Apps.Core.Operations/Squidex.Domain.Apps.Core.Operations.csproj index 9df26a770..84cb6b779 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/Squidex.Domain.Apps.Core.Operations.csproj +++ b/src/Squidex.Domain.Apps.Core.Operations/Squidex.Domain.Apps.Core.Operations.csproj @@ -19,13 +19,13 @@ - + - + ..\..\Squidex.ruleset diff --git a/src/Squidex.Domain.Apps.Entities/Squidex.Domain.Apps.Entities.csproj b/src/Squidex.Domain.Apps.Entities/Squidex.Domain.Apps.Entities.csproj index d70c35d48..189476831 100644 --- a/src/Squidex.Domain.Apps.Entities/Squidex.Domain.Apps.Entities.csproj +++ b/src/Squidex.Domain.Apps.Entities/Squidex.Domain.Apps.Entities.csproj @@ -14,7 +14,7 @@ - + diff --git a/src/Squidex.Domain.Users.MongoDb/Squidex.Domain.Users.MongoDb.csproj b/src/Squidex.Domain.Users.MongoDb/Squidex.Domain.Users.MongoDb.csproj index 293a7d718..094f6faea 100644 --- a/src/Squidex.Domain.Users.MongoDb/Squidex.Domain.Users.MongoDb.csproj +++ b/src/Squidex.Domain.Users.MongoDb/Squidex.Domain.Users.MongoDb.csproj @@ -14,7 +14,7 @@ - + diff --git a/src/Squidex.Domain.Users/Squidex.Domain.Users.csproj b/src/Squidex.Domain.Users/Squidex.Domain.Users.csproj index a617824d4..6db508fa1 100644 --- a/src/Squidex.Domain.Users/Squidex.Domain.Users.csproj +++ b/src/Squidex.Domain.Users/Squidex.Domain.Users.csproj @@ -11,7 +11,7 @@ - + diff --git a/src/Squidex.Infrastructure.Azure/Squidex.Infrastructure.Azure.csproj b/src/Squidex.Infrastructure.Azure/Squidex.Infrastructure.Azure.csproj index 1157914fe..e631ec0f4 100644 --- a/src/Squidex.Infrastructure.Azure/Squidex.Infrastructure.Azure.csproj +++ b/src/Squidex.Infrastructure.Azure/Squidex.Infrastructure.Azure.csproj @@ -6,7 +6,7 @@ - + diff --git a/src/Squidex/Squidex.csproj b/src/Squidex/Squidex.csproj index 4cda53d93..d399ebe31 100644 --- a/src/Squidex/Squidex.csproj +++ b/src/Squidex/Squidex.csproj @@ -58,30 +58,30 @@ - + - + - + - + - + - + diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Squidex.Domain.Apps.Core.Tests.csproj b/tests/Squidex.Domain.Apps.Core.Tests/Squidex.Domain.Apps.Core.Tests.csproj index 005b89848..e0144c1a4 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Squidex.Domain.Apps.Core.Tests.csproj +++ b/tests/Squidex.Domain.Apps.Core.Tests/Squidex.Domain.Apps.Core.Tests.csproj @@ -10,14 +10,17 @@ - + - + - - + + + all + runtime; build; native; contentfiles; analyzers + ..\..\Squidex.ruleset diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Squidex.Domain.Apps.Entities.Tests.csproj b/tests/Squidex.Domain.Apps.Entities.Tests/Squidex.Domain.Apps.Entities.Tests.csproj index a936764da..45f9a5357 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Squidex.Domain.Apps.Entities.Tests.csproj +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Squidex.Domain.Apps.Entities.Tests.csproj @@ -19,16 +19,19 @@ - + - - + + - - + + + all + runtime; build; native; contentfiles; analyzers + ..\..\Squidex.ruleset diff --git a/tests/Squidex.Domain.Users.Tests/Squidex.Domain.Users.Tests.csproj b/tests/Squidex.Domain.Users.Tests/Squidex.Domain.Users.Tests.csproj index 2a1d35175..7f5c5bb06 100644 --- a/tests/Squidex.Domain.Users.Tests/Squidex.Domain.Users.Tests.csproj +++ b/tests/Squidex.Domain.Users.Tests/Squidex.Domain.Users.Tests.csproj @@ -11,14 +11,17 @@ - + - + - - + + + all + runtime; build; native; contentfiles; analyzers + ..\..\Squidex.ruleset diff --git a/tests/Squidex.Infrastructure.Tests/Squidex.Infrastructure.Tests.csproj b/tests/Squidex.Infrastructure.Tests/Squidex.Infrastructure.Tests.csproj index 39f6455df..a8236f785 100644 --- a/tests/Squidex.Infrastructure.Tests/Squidex.Infrastructure.Tests.csproj +++ b/tests/Squidex.Infrastructure.Tests/Squidex.Infrastructure.Tests.csproj @@ -11,17 +11,20 @@ - + - + - - + + + all + runtime; build; native; contentfiles; analyzers + ..\..\Squidex.ruleset diff --git a/tests/Squidex.Tests/Squidex.Tests.csproj b/tests/Squidex.Tests/Squidex.Tests.csproj index 1293bb584..0a1243e99 100644 --- a/tests/Squidex.Tests/Squidex.Tests.csproj +++ b/tests/Squidex.Tests/Squidex.Tests.csproj @@ -10,15 +10,18 @@ - + - - + + - - + + + all + runtime; build; native; contentfiles; analyzers + ..\..\Squidex.ruleset