From 96c3b127217ded89f600efe1f5128b18c7f8f954 Mon Sep 17 00:00:00 2001 From: eiximenis Date: Thu, 18 Jul 2019 12:31:27 +0200 Subject: [PATCH] More package refs moved to dependencies.props --- .../EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj | 2 +- src/Services/Basket/Basket.API/Basket.API.csproj | 6 ++---- .../Basket.FunctionalTests/Basket.FunctionalTests.csproj | 5 ++--- .../Basket/Basket.UnitTests/Basket.UnitTests.csproj | 5 ++--- .../Catalog.FunctionalTests/Catalog.FunctionalTests.csproj | 4 ++-- .../Catalog/Catalog.UnitTests/Catalog.UnitTests.csproj | 4 ++-- .../Locations.FunctionalTests.csproj | 4 ++-- .../Marketing.FunctionalTests.csproj | 4 ++-- src/Services/Ordering/Ordering.API/Ordering.API.csproj | 2 +- .../Ordering/Ordering.Domain/Ordering.Domain.csproj | 2 +- .../Ordering.FunctionalTests.csproj | 4 ++-- .../Ordering/Ordering.UnitTests/Ordering.UnitTests.csproj | 6 +++--- src/_build/dependencies.props | 3 +++ .../Application.FunctionalTests.csproj | 2 +- 14 files changed, 26 insertions(+), 27 deletions(-) diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj index 6830ac9d7..2e5e0fa24 100644 --- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj +++ b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj @@ -11,7 +11,7 @@ - + diff --git a/src/Services/Basket/Basket.API/Basket.API.csproj b/src/Services/Basket/Basket.API/Basket.API.csproj index a949b2636..561860b31 100644 --- a/src/Services/Basket/Basket.API/Basket.API.csproj +++ b/src/Services/Basket/Basket.API/Basket.API.csproj @@ -15,17 +15,15 @@ - + - - @@ -34,7 +32,7 @@ - + diff --git a/src/Services/Basket/Basket.FunctionalTests/Basket.FunctionalTests.csproj b/src/Services/Basket/Basket.FunctionalTests/Basket.FunctionalTests.csproj index 120bfde02..1db1b6eed 100644 --- a/src/Services/Basket/Basket.FunctionalTests/Basket.FunctionalTests.csproj +++ b/src/Services/Basket/Basket.FunctionalTests/Basket.FunctionalTests.csproj @@ -2,7 +2,6 @@ $(NetCoreTargetVersion) - false @@ -22,11 +21,11 @@ - + all runtime; build; native; contentfiles; analyzers - + diff --git a/src/Services/Basket/Basket.UnitTests/Basket.UnitTests.csproj b/src/Services/Basket/Basket.UnitTests/Basket.UnitTests.csproj index 95b30667e..4c062fccd 100644 --- a/src/Services/Basket/Basket.UnitTests/Basket.UnitTests.csproj +++ b/src/Services/Basket/Basket.UnitTests/Basket.UnitTests.csproj @@ -11,12 +11,11 @@ - + all runtime; build; native; contentfiles; analyzers - - + diff --git a/src/Services/Catalog/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj b/src/Services/Catalog/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj index 0e0ccbe7a..88ec76d50 100644 --- a/src/Services/Catalog/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj +++ b/src/Services/Catalog/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj @@ -38,11 +38,11 @@ - + all runtime; build; native; contentfiles; analyzers - + diff --git a/src/Services/Catalog/Catalog.UnitTests/Catalog.UnitTests.csproj b/src/Services/Catalog/Catalog.UnitTests/Catalog.UnitTests.csproj index 58863148d..d0584bd60 100644 --- a/src/Services/Catalog/Catalog.UnitTests/Catalog.UnitTests.csproj +++ b/src/Services/Catalog/Catalog.UnitTests/Catalog.UnitTests.csproj @@ -11,11 +11,11 @@ - + all runtime; build; native; contentfiles; analyzers - + diff --git a/src/Services/Location/Locations.FunctionalTests/Locations.FunctionalTests.csproj b/src/Services/Location/Locations.FunctionalTests/Locations.FunctionalTests.csproj index 645c294f8..5ef4a4229 100644 --- a/src/Services/Location/Locations.FunctionalTests/Locations.FunctionalTests.csproj +++ b/src/Services/Location/Locations.FunctionalTests/Locations.FunctionalTests.csproj @@ -22,11 +22,11 @@ - + all runtime; build; native; contentfiles; analyzers - + diff --git a/src/Services/Marketing/Marketing.FunctionalTests/Marketing.FunctionalTests.csproj b/src/Services/Marketing/Marketing.FunctionalTests/Marketing.FunctionalTests.csproj index 2ecf7e8ea..8d28cd0ff 100644 --- a/src/Services/Marketing/Marketing.FunctionalTests/Marketing.FunctionalTests.csproj +++ b/src/Services/Marketing/Marketing.FunctionalTests/Marketing.FunctionalTests.csproj @@ -22,11 +22,11 @@ - + all runtime; build; native; contentfiles; analyzers - + diff --git a/src/Services/Ordering/Ordering.API/Ordering.API.csproj b/src/Services/Ordering/Ordering.API/Ordering.API.csproj index b839c0ea4..bcc4151e1 100644 --- a/src/Services/Ordering/Ordering.API/Ordering.API.csproj +++ b/src/Services/Ordering/Ordering.API/Ordering.API.csproj @@ -35,7 +35,7 @@ - + diff --git a/src/Services/Ordering/Ordering.Domain/Ordering.Domain.csproj b/src/Services/Ordering/Ordering.Domain/Ordering.Domain.csproj index 04a6c1770..eac16c43f 100644 --- a/src/Services/Ordering/Ordering.Domain/Ordering.Domain.csproj +++ b/src/Services/Ordering/Ordering.Domain/Ordering.Domain.csproj @@ -5,7 +5,7 @@ - + diff --git a/src/Services/Ordering/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj b/src/Services/Ordering/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj index c581d0807..a79b9a7db 100644 --- a/src/Services/Ordering/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj +++ b/src/Services/Ordering/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj @@ -22,11 +22,11 @@ - + all runtime; build; native; contentfiles; analyzers - + diff --git a/src/Services/Ordering/Ordering.UnitTests/Ordering.UnitTests.csproj b/src/Services/Ordering/Ordering.UnitTests/Ordering.UnitTests.csproj index 6ebbd9028..6d5cb9186 100644 --- a/src/Services/Ordering/Ordering.UnitTests/Ordering.UnitTests.csproj +++ b/src/Services/Ordering/Ordering.UnitTests/Ordering.UnitTests.csproj @@ -9,12 +9,12 @@ - + all runtime; build; native; contentfiles; analyzers - - + + diff --git a/src/_build/dependencies.props b/src/_build/dependencies.props index 33a049c2d..16791811e 100644 --- a/src/_build/dependencies.props +++ b/src/_build/dependencies.props @@ -24,12 +24,14 @@ 2.2.0 2.2.0 2.2.0 + 2.2.0 2.2.0 2.2.22 2.2.3 2.2.2 4.9.2 4.2.1 + 5.1.0 2.2.1 2.6.1 1.0.2 @@ -65,6 +67,7 @@ 3.1.1 4.0.0 4.2.1 + 1.2.6 5.0.0-rc2 4.3.0 2.4.0 diff --git a/test/ServicesTests/Application.FunctionalTests/Application.FunctionalTests.csproj b/test/ServicesTests/Application.FunctionalTests/Application.FunctionalTests.csproj index cd16dfad1..3f26ed8f0 100644 --- a/test/ServicesTests/Application.FunctionalTests/Application.FunctionalTests.csproj +++ b/test/ServicesTests/Application.FunctionalTests/Application.FunctionalTests.csproj @@ -70,7 +70,7 @@ - + all runtime; build; native; contentfiles; analyzers