From 644d9bcd90bd3c24d0250fc97560f0a2e42c5eea Mon Sep 17 00:00:00 2001 From: Bellamkonda Bharat Kumar Date: Sat, 12 Jan 2019 10:55:42 +0530 Subject: [PATCH] Fixed package reference errors in tests. --- src/Services/Basket/Basket.API/Basket.API.csproj | 1 + src/Services/Basket/Basket.UnitTests/Basket.UnitTests.csproj | 1 + src/Services/Catalog/Catalog.API/Catalog.API.csproj | 1 + src/Services/Catalog/Catalog.UnitTests/Catalog.UnitTests.csproj | 1 + src/Services/Identity/Identity.API/Identity.API.csproj | 1 + src/Services/Location/Locations.API/Locations.API.csproj | 1 + src/Services/Marketing/Marketing.API/Marketing.API.csproj | 1 + .../Marketing.FunctionalTests/Marketing.FunctionalTests.csproj | 1 + src/Services/Ordering/Ordering.API/Ordering.API.csproj | 1 + .../Ordering/Ordering.SignalrHub/Ordering.SignalrHub.csproj | 1 + .../Ordering/Ordering.UnitTests/Ordering.UnitTests.csproj | 1 + src/Services/Payment/Payment.API/Payment.API.csproj | 1 + src/Web/WebMVC/WebMVC.csproj | 1 + src/Web/WebSPA/WebSPA.csproj | 1 + src/Web/WebStatus/WebStatus.csproj | 1 + 15 files changed, 15 insertions(+) diff --git a/src/Services/Basket/Basket.API/Basket.API.csproj b/src/Services/Basket/Basket.API/Basket.API.csproj index 21f011489..93c8ebe5c 100644 --- a/src/Services/Basket/Basket.API/Basket.API.csproj +++ b/src/Services/Basket/Basket.API/Basket.API.csproj @@ -18,6 +18,7 @@ + diff --git a/src/Services/Basket/Basket.UnitTests/Basket.UnitTests.csproj b/src/Services/Basket/Basket.UnitTests/Basket.UnitTests.csproj index 071bbf52b..b6b34b7ee 100644 --- a/src/Services/Basket/Basket.UnitTests/Basket.UnitTests.csproj +++ b/src/Services/Basket/Basket.UnitTests/Basket.UnitTests.csproj @@ -13,6 +13,7 @@ + diff --git a/src/Services/Catalog/Catalog.API/Catalog.API.csproj b/src/Services/Catalog/Catalog.API/Catalog.API.csproj index c97e0b022..5bcd3fb0e 100644 --- a/src/Services/Catalog/Catalog.API/Catalog.API.csproj +++ b/src/Services/Catalog/Catalog.API/Catalog.API.csproj @@ -41,6 +41,7 @@ + diff --git a/src/Services/Catalog/Catalog.UnitTests/Catalog.UnitTests.csproj b/src/Services/Catalog/Catalog.UnitTests/Catalog.UnitTests.csproj index 9e6a4a4ba..02e165111 100644 --- a/src/Services/Catalog/Catalog.UnitTests/Catalog.UnitTests.csproj +++ b/src/Services/Catalog/Catalog.UnitTests/Catalog.UnitTests.csproj @@ -12,6 +12,7 @@ + diff --git a/src/Services/Identity/Identity.API/Identity.API.csproj b/src/Services/Identity/Identity.API/Identity.API.csproj index 8a853cf11..c2260b7df 100644 --- a/src/Services/Identity/Identity.API/Identity.API.csproj +++ b/src/Services/Identity/Identity.API/Identity.API.csproj @@ -19,6 +19,7 @@ + diff --git a/src/Services/Location/Locations.API/Locations.API.csproj b/src/Services/Location/Locations.API/Locations.API.csproj index 5e62851a2..c1559599f 100644 --- a/src/Services/Location/Locations.API/Locations.API.csproj +++ b/src/Services/Location/Locations.API/Locations.API.csproj @@ -12,6 +12,7 @@ + diff --git a/src/Services/Marketing/Marketing.API/Marketing.API.csproj b/src/Services/Marketing/Marketing.API/Marketing.API.csproj index 258fbad01..f925292d7 100644 --- a/src/Services/Marketing/Marketing.API/Marketing.API.csproj +++ b/src/Services/Marketing/Marketing.API/Marketing.API.csproj @@ -28,6 +28,7 @@ + diff --git a/src/Services/Marketing/Marketing.FunctionalTests/Marketing.FunctionalTests.csproj b/src/Services/Marketing/Marketing.FunctionalTests/Marketing.FunctionalTests.csproj index 2ffe9600b..6a968e0bc 100644 --- a/src/Services/Marketing/Marketing.FunctionalTests/Marketing.FunctionalTests.csproj +++ b/src/Services/Marketing/Marketing.FunctionalTests/Marketing.FunctionalTests.csproj @@ -22,6 +22,7 @@ + diff --git a/src/Services/Ordering/Ordering.API/Ordering.API.csproj b/src/Services/Ordering/Ordering.API/Ordering.API.csproj index 83ad1cbdc..d99fa4280 100644 --- a/src/Services/Ordering/Ordering.API/Ordering.API.csproj +++ b/src/Services/Ordering/Ordering.API/Ordering.API.csproj @@ -35,6 +35,7 @@ + diff --git a/src/Services/Ordering/Ordering.SignalrHub/Ordering.SignalrHub.csproj b/src/Services/Ordering/Ordering.SignalrHub/Ordering.SignalrHub.csproj index 10136f3b5..252143c27 100644 --- a/src/Services/Ordering/Ordering.SignalrHub/Ordering.SignalrHub.csproj +++ b/src/Services/Ordering/Ordering.SignalrHub/Ordering.SignalrHub.csproj @@ -21,6 +21,7 @@ + diff --git a/src/Services/Ordering/Ordering.UnitTests/Ordering.UnitTests.csproj b/src/Services/Ordering/Ordering.UnitTests/Ordering.UnitTests.csproj index 04b155b65..04d6ba02f 100644 --- a/src/Services/Ordering/Ordering.UnitTests/Ordering.UnitTests.csproj +++ b/src/Services/Ordering/Ordering.UnitTests/Ordering.UnitTests.csproj @@ -13,6 +13,7 @@ + diff --git a/src/Services/Payment/Payment.API/Payment.API.csproj b/src/Services/Payment/Payment.API/Payment.API.csproj index 58cc3a200..0aad114ab 100644 --- a/src/Services/Payment/Payment.API/Payment.API.csproj +++ b/src/Services/Payment/Payment.API/Payment.API.csproj @@ -12,6 +12,7 @@ + diff --git a/src/Web/WebMVC/WebMVC.csproj b/src/Web/WebMVC/WebMVC.csproj index 86d4c9e44..36009b88d 100644 --- a/src/Web/WebMVC/WebMVC.csproj +++ b/src/Web/WebMVC/WebMVC.csproj @@ -24,6 +24,7 @@ + diff --git a/src/Web/WebSPA/WebSPA.csproj b/src/Web/WebSPA/WebSPA.csproj index 63a60e80c..2fa935783 100644 --- a/src/Web/WebSPA/WebSPA.csproj +++ b/src/Web/WebSPA/WebSPA.csproj @@ -89,6 +89,7 @@ + diff --git a/src/Web/WebStatus/WebStatus.csproj b/src/Web/WebStatus/WebStatus.csproj index ec02a212e..187316d05 100644 --- a/src/Web/WebStatus/WebStatus.csproj +++ b/src/Web/WebStatus/WebStatus.csproj @@ -15,6 +15,7 @@ +