From 15977525915c34e02e31d02c5d9b278720de0dee Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Thu, 1 Apr 2021 10:02:25 +0200 Subject: [PATCH 1/2] Fix project paths in Azure.slnf --- src/Azure/Azure.slnf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Azure/Azure.slnf b/src/Azure/Azure.slnf index 61efcd7a1858..87d8e4986d99 100644 --- a/src/Azure/Azure.slnf +++ b/src/Azure/Azure.slnf @@ -6,9 +6,10 @@ "src\\Azure\\AzureAD\\Authentication.AzureAD.UI\\test\\Microsoft.AspNetCore.Authentication.AzureAD.UI.Test.csproj", "src\\Azure\\AzureAD\\Authentication.AzureADB2C.UI\\src\\Microsoft.AspNetCore.Authentication.AzureADB2C.UI.csproj", "src\\Azure\\AzureAD\\Authentication.AzureADB2C.UI\\test\\Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Test.csproj", - "src\\Azure\\AzureAD\\samples\\AzureADB2CSample\\AzureADB2CSample.csproj", "src\\Azure\\AzureAD\\test\\FunctionalTests\\Microsoft.AspNetCore.Authentication.AzureAD.FunctionalTests.csproj", "src\\Azure\\AzureAD\\test\\testassets\\AzureAD.WebSite\\AzureAD.WebSite.csproj", + "src\\Azure\\samples\\AzureAppServicesSample\\AzureAppServicesSample.csproj", + "src\\Azure\\samples\\AzureAppServicesHostingStartupSample\\AzureAppServicesHostingStartupSample.csproj", "src\\Servers\\Kestrel\\Kestrel\\src\\Microsoft.AspNetCore.Server.Kestrel.csproj", "src\\Servers\\Kestrel\\Core\\src\\Microsoft.AspNetCore.Server.Kestrel.Core.csproj", "src\\Middleware\\StaticFiles\\src\\Microsoft.AspNetCore.StaticFiles.csproj", From a903084bcde4116cc6a1666e1a4c26c55a03093b Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Thu, 1 Apr 2021 10:12:58 +0200 Subject: [PATCH 2/2] Update Azure.slnf --- src/Azure/Azure.slnf | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Azure/Azure.slnf b/src/Azure/Azure.slnf index 87d8e4986d99..18804c595b10 100644 --- a/src/Azure/Azure.slnf +++ b/src/Azure/Azure.slnf @@ -31,7 +31,6 @@ "src\\Security\\Authentication\\OpenIdConnect\\src\\Microsoft.AspNetCore.Authentication.OpenIdConnect.csproj", "src\\Security\\Authentication\\OAuth\\src\\Microsoft.AspNetCore.Authentication.OAuth.csproj", "src\\Security\\Authentication\\Core\\src\\Microsoft.AspNetCore.Authentication.csproj", - "src\\Azure\\AzureAD\\samples\\AzureADSample\\AzureADSample.csproj", "src\\Security\\Authentication\\Cookies\\src\\Microsoft.AspNetCore.Authentication.Cookies.csproj", "src\\Security\\Authentication\\JwtBearer\\src\\Microsoft.AspNetCore.Authentication.JwtBearer.csproj" ]