Skip to content

Commit 7ada9dc

Browse files
authored
Fix project paths in Azure.slnf (#31435)
* Fix project paths in Azure.slnf * Update Azure.slnf
1 parent 64ac302 commit 7ada9dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Azure/Azure.slnf

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
"src\\Azure\\AzureAD\\Authentication.AzureAD.UI\\test\\Microsoft.AspNetCore.Authentication.AzureAD.UI.Test.csproj",
77
"src\\Azure\\AzureAD\\Authentication.AzureADB2C.UI\\src\\Microsoft.AspNetCore.Authentication.AzureADB2C.UI.csproj",
88
"src\\Azure\\AzureAD\\Authentication.AzureADB2C.UI\\test\\Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Test.csproj",
9-
"src\\Azure\\AzureAD\\samples\\AzureADB2CSample\\AzureADB2CSample.csproj",
109
"src\\Azure\\AzureAD\\test\\FunctionalTests\\Microsoft.AspNetCore.Authentication.AzureAD.FunctionalTests.csproj",
1110
"src\\Azure\\AzureAD\\test\\testassets\\AzureAD.WebSite\\AzureAD.WebSite.csproj",
11+
"src\\Azure\\samples\\AzureAppServicesSample\\AzureAppServicesSample.csproj",
12+
"src\\Azure\\samples\\AzureAppServicesHostingStartupSample\\AzureAppServicesHostingStartupSample.csproj",
1213
"src\\Servers\\Kestrel\\Kestrel\\src\\Microsoft.AspNetCore.Server.Kestrel.csproj",
1314
"src\\Servers\\Kestrel\\Core\\src\\Microsoft.AspNetCore.Server.Kestrel.Core.csproj",
1415
"src\\Middleware\\StaticFiles\\src\\Microsoft.AspNetCore.StaticFiles.csproj",
@@ -30,7 +31,6 @@
3031
"src\\Security\\Authentication\\OpenIdConnect\\src\\Microsoft.AspNetCore.Authentication.OpenIdConnect.csproj",
3132
"src\\Security\\Authentication\\OAuth\\src\\Microsoft.AspNetCore.Authentication.OAuth.csproj",
3233
"src\\Security\\Authentication\\Core\\src\\Microsoft.AspNetCore.Authentication.csproj",
33-
"src\\Azure\\AzureAD\\samples\\AzureADSample\\AzureADSample.csproj",
3434
"src\\Security\\Authentication\\Cookies\\src\\Microsoft.AspNetCore.Authentication.Cookies.csproj",
3535
"src\\Security\\Authentication\\JwtBearer\\src\\Microsoft.AspNetCore.Authentication.JwtBearer.csproj"
3636
]

0 commit comments

Comments
 (0)