From 79e7e42aa8b69d7eca998ba5e7a269b836844424 Mon Sep 17 00:00:00 2001 From: Miguel Veloso Date: Wed, 13 Jan 2021 13:45:29 +0000 Subject: [PATCH] Upgrade healthchecks packages --- .../aggregator/Mobile.Shopping.HttpAggregator.csproj | 4 ++-- .../aggregator/Web.Shopping.HttpAggregator.csproj | 4 ++-- src/Services/Basket/Basket.API/Basket.API.csproj | 8 ++++---- src/Services/Catalog/Catalog.API/Catalog.API.csproj | 10 +++++----- src/Services/Identity/Identity.API/Identity.API.csproj | 4 ++-- src/Services/Ordering/Ordering.API/Ordering.API.csproj | 8 ++++---- .../Ordering.BackgroundTasks.csproj | 8 ++++---- .../Ordering.SignalrHub/Ordering.SignalrHub.csproj | 6 +++--- src/Services/Payment/Payment.API/Payment.API.csproj | 6 +++--- src/Services/Webhooks/Webhooks.API/Webhooks.API.csproj | 4 ++-- src/Web/WebMVC/WebMVC.csproj | 7 +++---- src/Web/WebSPA/WebSPA.csproj | 4 ++-- src/Web/WebStatus/WebStatus.csproj | 8 ++++---- 13 files changed, 40 insertions(+), 41 deletions(-) diff --git a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Mobile.Shopping.HttpAggregator.csproj b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Mobile.Shopping.HttpAggregator.csproj index d8b5b7243..4a982fc2d 100644 --- a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Mobile.Shopping.HttpAggregator.csproj +++ b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Mobile.Shopping.HttpAggregator.csproj @@ -15,8 +15,8 @@ - - + + diff --git a/src/ApiGateways/Web.Bff.Shopping/aggregator/Web.Shopping.HttpAggregator.csproj b/src/ApiGateways/Web.Bff.Shopping/aggregator/Web.Shopping.HttpAggregator.csproj index 9f7e714e9..2bae6e150 100644 --- a/src/ApiGateways/Web.Bff.Shopping/aggregator/Web.Shopping.HttpAggregator.csproj +++ b/src/ApiGateways/Web.Bff.Shopping/aggregator/Web.Shopping.HttpAggregator.csproj @@ -15,8 +15,8 @@ - - + + diff --git a/src/Services/Basket/Basket.API/Basket.API.csproj b/src/Services/Basket/Basket.API/Basket.API.csproj index 8341563e0..741407c10 100644 --- a/src/Services/Basket/Basket.API/Basket.API.csproj +++ b/src/Services/Basket/Basket.API/Basket.API.csproj @@ -16,10 +16,10 @@ - - - - + + + + diff --git a/src/Services/Catalog/Catalog.API/Catalog.API.csproj b/src/Services/Catalog/Catalog.API/Catalog.API.csproj index 3b337dea7..5ba3b6132 100644 --- a/src/Services/Catalog/Catalog.API/Catalog.API.csproj +++ b/src/Services/Catalog/Catalog.API/Catalog.API.csproj @@ -42,11 +42,11 @@ - - - - - + + + + + diff --git a/src/Services/Identity/Identity.API/Identity.API.csproj b/src/Services/Identity/Identity.API/Identity.API.csproj index b8d9dc43e..7fa9ffbb9 100644 --- a/src/Services/Identity/Identity.API/Identity.API.csproj +++ b/src/Services/Identity/Identity.API/Identity.API.csproj @@ -16,8 +16,8 @@ - - + + diff --git a/src/Services/Ordering/Ordering.API/Ordering.API.csproj b/src/Services/Ordering/Ordering.API/Ordering.API.csproj index 78d1a292f..46b07ca29 100644 --- a/src/Services/Ordering/Ordering.API/Ordering.API.csproj +++ b/src/Services/Ordering/Ordering.API/Ordering.API.csproj @@ -37,10 +37,10 @@ - - - - + + + + diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/Ordering.BackgroundTasks.csproj b/src/Services/Ordering/Ordering.BackgroundTasks/Ordering.BackgroundTasks.csproj index d85b2dddf..4e10783b2 100644 --- a/src/Services/Ordering/Ordering.BackgroundTasks/Ordering.BackgroundTasks.csproj +++ b/src/Services/Ordering/Ordering.BackgroundTasks/Ordering.BackgroundTasks.csproj @@ -9,10 +9,10 @@ - - - - + + + + diff --git a/src/Services/Ordering/Ordering.SignalrHub/Ordering.SignalrHub.csproj b/src/Services/Ordering/Ordering.SignalrHub/Ordering.SignalrHub.csproj index dc0a5419c..c20772414 100644 --- a/src/Services/Ordering/Ordering.SignalrHub/Ordering.SignalrHub.csproj +++ b/src/Services/Ordering/Ordering.SignalrHub/Ordering.SignalrHub.csproj @@ -13,9 +13,9 @@ - - - + + + diff --git a/src/Services/Payment/Payment.API/Payment.API.csproj b/src/Services/Payment/Payment.API/Payment.API.csproj index 556ebee5b..e438f4e66 100644 --- a/src/Services/Payment/Payment.API/Payment.API.csproj +++ b/src/Services/Payment/Payment.API/Payment.API.csproj @@ -10,9 +10,9 @@ - - - + + + diff --git a/src/Services/Webhooks/Webhooks.API/Webhooks.API.csproj b/src/Services/Webhooks/Webhooks.API/Webhooks.API.csproj index 3252c2638..b26e28b6a 100644 --- a/src/Services/Webhooks/Webhooks.API/Webhooks.API.csproj +++ b/src/Services/Webhooks/Webhooks.API/Webhooks.API.csproj @@ -11,8 +11,8 @@ - - + + diff --git a/src/Web/WebMVC/WebMVC.csproj b/src/Web/WebMVC/WebMVC.csproj index 517e8bc4c..ec922d36c 100644 --- a/src/Web/WebMVC/WebMVC.csproj +++ b/src/Web/WebMVC/WebMVC.csproj @@ -1,4 +1,4 @@ - + net5.0 @@ -22,9 +22,8 @@ - - - + + diff --git a/src/Web/WebSPA/WebSPA.csproj b/src/Web/WebSPA/WebSPA.csproj index 0be7a16a0..7b9c9ee58 100644 --- a/src/Web/WebSPA/WebSPA.csproj +++ b/src/Web/WebSPA/WebSPA.csproj @@ -87,8 +87,8 @@ - - + + diff --git a/src/Web/WebStatus/WebStatus.csproj b/src/Web/WebStatus/WebStatus.csproj index 6d093acfa..c3f22905b 100644 --- a/src/Web/WebStatus/WebStatus.csproj +++ b/src/Web/WebStatus/WebStatus.csproj @@ -8,10 +8,10 @@ - - - - + + + +