From d4d70ab821dcbb7c5dea2f1d7fb441c4b1c86b96 Mon Sep 17 00:00:00 2001 From: Sumit Ghosh Date: Mon, 15 Nov 2021 18:55:35 +0530 Subject: [PATCH] Updated WebStatus project to .NET 6.0 --- src/Web/WebStatus/WebStatus.csproj | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/Web/WebStatus/WebStatus.csproj b/src/Web/WebStatus/WebStatus.csproj index e57e49252..4a20069f7 100644 --- a/src/Web/WebStatus/WebStatus.csproj +++ b/src/Web/WebStatus/WebStatus.csproj @@ -1,6 +1,6 @@  - net5.0 + net6.0 $(AssetTargetFallback);portable-net45+win8+wp8+wpa81; ..\..\..\docker-compose.dcproj true @@ -8,17 +8,17 @@ - - - - + + + + - - - + + + - +