From 426fe149c358ee75ea7a32c25c3745997a0f56fd Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Wed, 15 Nov 2023 12:31:04 +0800 Subject: [PATCH] Upgrade to ServiceStack 8.* --- MyApp.ServiceInterface/MyApp.ServiceInterface.csproj | 4 ++-- MyApp.ServiceModel/MyApp.ServiceModel.csproj | 2 +- MyApp.Tests/MyApp.Tests.csproj | 4 ++-- MyApp/MyApp.csproj | 12 ++++++------ MyApp/Pages/Account/Manage/ExternalLogins.razor | 2 +- NuGet.Config | 4 ++-- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/MyApp.ServiceInterface/MyApp.ServiceInterface.csproj b/MyApp.ServiceInterface/MyApp.ServiceInterface.csproj index 3fe526b..9a854c5 100644 --- a/MyApp.ServiceInterface/MyApp.ServiceInterface.csproj +++ b/MyApp.ServiceInterface/MyApp.ServiceInterface.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/MyApp.ServiceModel/MyApp.ServiceModel.csproj b/MyApp.ServiceModel/MyApp.ServiceModel.csproj index b1c0323..eeead11 100644 --- a/MyApp.ServiceModel/MyApp.ServiceModel.csproj +++ b/MyApp.ServiceModel/MyApp.ServiceModel.csproj @@ -7,7 +7,7 @@ - + diff --git a/MyApp.Tests/MyApp.Tests.csproj b/MyApp.Tests/MyApp.Tests.csproj index bdf0448..2985c23 100644 --- a/MyApp.Tests/MyApp.Tests.csproj +++ b/MyApp.Tests/MyApp.Tests.csproj @@ -16,8 +16,8 @@ - - + + diff --git a/MyApp/MyApp.csproj b/MyApp/MyApp.csproj index a334585..32292f9 100644 --- a/MyApp/MyApp.csproj +++ b/MyApp/MyApp.csproj @@ -24,12 +24,12 @@ - - - - - - + + + + + + diff --git a/MyApp/Pages/Account/Manage/ExternalLogins.razor b/MyApp/Pages/Account/Manage/ExternalLogins.razor index fdc633a..59727ac 100644 --- a/MyApp/Pages/Account/Manage/ExternalLogins.razor +++ b/MyApp/Pages/Account/Manage/ExternalLogins.razor @@ -52,7 +52,7 @@ @if (_otherLogins?.Count > 0) { Add another service to log in. -