Skip to content

Commit b4c1921

Browse files
authored
Migrating to the new solution file format - .slnx (#61273)
* Converted to the SLNX solution format * Added the default solution setting to the devcontainer settings.
1 parent eb67ecc commit b4c1921

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1320
-11854
lines changed

.devcontainer/devcontainer.json

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"dbaeumer.vscode-eslint"
1919
],
2020
"settings": {
21+
"dotnet.defaultSolution": "AspNetCore.slnx",
2122
// Loading projects on demand is better for larger codebases
2223
"omnisharp.enableMsBuildLoadProjectsOnDemand": true,
2324
"omnisharp.enableRoslynAnalyzers": true,

AspNetCore.sln

-11,799
This file was deleted.

AspNetCore.slnx

+1,264
Large diffs are not rendered by default.

eng/scripts/CodeCheck.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ try {
165165
}
166166

167167
# ComponentsWebAssembly-CSharp.sln is used by the templating engine; MessagePack.sln is irrelevant (in submodule).
168-
$solution = Get-ChildItem "$repoRoot/AspNetCore.sln"
168+
$solution = Get-ChildItem "$repoRoot/AspNetCore.slnx"
169169
$solutionFile = Split-Path -Leaf $solution
170170

171171
Write-Host "Checking that $solutionFile is up to date"

eng/tools/tools.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects": [
55
"eng\\tools\\BaselineGenerator\\BaselineGenerator.csproj",
66
"eng\\tools\\RepoTasks\\RepoTasks.csproj",

src/Analyzers/Analyzers.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects" : [
55
"src\\Mvc\\Mvc\\src\\Microsoft.AspNetCore.Mvc.csproj",
66
"src\\SignalR\\server\\SignalR\\src\\Microsoft.AspNetCore.SignalR.csproj",

src/Antiforgery/Antiforgery.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\Antiforgery\\samples\\MinimalFormSample\\MinimalFormSample.csproj",
66
"src\\Antiforgery\\src\\Microsoft.AspNetCore.Antiforgery.csproj",

src/Azure/Azure.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\Antiforgery\\src\\Microsoft.AspNetCore.Antiforgery.csproj",
66
"src\\Azure\\AzureAppServices.HostingStartup\\src\\Microsoft.AspNetCore.AzureAppServices.HostingStartup.csproj",

src/Caching/Caching.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\Caching\\SqlServer\\src\\Microsoft.Extensions.Caching.SqlServer.csproj",
66
"src\\Caching\\SqlServer\\test\\Microsoft.Extensions.Caching.SqlServer.Tests.csproj",

src/Components/Components.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\Analyzers\\Microsoft.AspNetCore.Analyzer.Testing\\src\\Microsoft.AspNetCore.Analyzer.Testing.csproj",
66
"src\\Antiforgery\\src\\Microsoft.AspNetCore.Antiforgery.csproj",

src/Components/ComponentsNoDeps.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\Components\\Analyzers\\src\\Microsoft.AspNetCore.Components.Analyzers.csproj",
66
"src\\Components\\Analyzers\\test\\Microsoft.AspNetCore.Components.Analyzers.Tests.csproj",

src/DataProtection/DataProtection.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\DataProtection\\Abstractions\\src\\Microsoft.AspNetCore.DataProtection.Abstractions.csproj",
66
"src\\DataProtection\\Abstractions\\test\\Microsoft.AspNetCore.DataProtection.Abstractions.Tests.csproj",

src/DefaultBuilder/DefaultBuilder.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\Antiforgery\\src\\Microsoft.AspNetCore.Antiforgery.csproj",
66
"src\\DefaultBuilder\\samples\\SampleApp\\DefaultBuilder.SampleApp.csproj",

src/Features/JsonPatch/JsonPatch.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\..\\AspNetCore.slnx",
44
"projects" : [
55
"src\\Features\\JsonPatch\\src\\Microsoft.AspNetCore.JsonPatch.csproj",
66
"src\\Features\\JsonPatch\\test\\Microsoft.AspNetCore.JsonPatch.Tests.csproj"

src/FileProviders/FileProviders.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\FileProviders\\Embedded\\src\\Microsoft.Extensions.FileProviders.Embedded.csproj",
66
"src\\FileProviders\\Embedded\\test\\Microsoft.Extensions.FileProviders.Embedded.Tests.csproj",

src/Framework/Framework.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\Analyzers\\Microsoft.AspNetCore.Analyzer.Testing\\src\\Microsoft.AspNetCore.Analyzer.Testing.csproj",
66
"src\\Antiforgery\\src\\Microsoft.AspNetCore.Antiforgery.csproj",

src/Grpc/Grpc.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\Extensions\\Features\\src\\Microsoft.Extensions.Features.csproj",
66
"src\\Grpc\\Interop\\test\\InteropTests\\InteropTests.csproj",

src/HealthChecks/HealthChecks.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects" : [
55
"src\\HealthChecks\\Abstractions\\src\\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.csproj",
66
"src\\HealthChecks\\HealthChecks\\src\\Microsoft.Extensions.Diagnostics.HealthChecks.csproj",

src/Hosting/Hosting.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\Extensions\\Features\\src\\Microsoft.Extensions.Features.csproj",
66
"src\\FileProviders\\Embedded\\src\\Microsoft.Extensions.FileProviders.Embedded.csproj",

src/Html.Abstractions/Html.Abstractions.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\Html.Abstractions\\src\\Microsoft.AspNetCore.Html.Abstractions.csproj",
66
"src\\Html.Abstractions\\test\\Microsoft.AspNetCore.Html.Abstractions.Tests.csproj",

src/Http/HttpAbstractions.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\DataProtection\\Abstractions\\src\\Microsoft.AspNetCore.DataProtection.Abstractions.csproj",
66
"src\\DataProtection\\Cryptography.Internal\\src\\Microsoft.AspNetCore.Cryptography.Internal.csproj",

src/HttpClientFactory/HttpClientFactory.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects" : [
55
"src\\HttpClientFactory\\Polly\\src\\Microsoft.Extensions.Http.Polly.csproj",
66
"src\\HttpClientFactory\\Polly\\test\\Microsoft.Extensions.Http.Polly.Tests.csproj"

src/Identity/Identity.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\Antiforgery\\src\\Microsoft.AspNetCore.Antiforgery.csproj",
66
"src\\Components\\Components\\src\\Microsoft.AspNetCore.Components.csproj",

src/Identity/IdentityNoDeps.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\Identity\\Core\\src\\Microsoft.AspNetCore.Identity.csproj",
66
"src\\Identity\\EntityFrameworkCore\\src\\Microsoft.AspNetCore.Identity.EntityFrameworkCore.csproj",

src/Installers/Windows/AspNetCoreModule-Setup/ANCM-Setup.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\..\\..\\AspNetCore.slnx",
44
"projects" : [
55
"src\\Installers\\Windows\\AspNetCoreModule-Setup\\CustomAction\\aspnetcoreCA.vcxproj",
66
"src\\Installers\\Windows\\AspNetCoreModule-Setup\\IIS-Setup\\iisca\\lib\\iisca.vcxproj",

src/Installers/Windows/AspNetCoreModule-Setup/IIS-Setup/IIS-Common/Common.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\..\\..\\..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\..\\..\\..\\..\\AspNetCore.slnx",
44
"projects" : [
55
"src\\Installers\\Windows\\AspNetCoreModule-Setup\\IIS-Setup\\IIS-Common\\lib\\IISSetup.CommonLib.vcxproj"
66
]

src/Installers/Windows/AspNetCoreModule-Setup/IIS-Setup/IIS-Setup.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\..\\..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\..\\..\\..\\AspNetCore.slnx",
44
"projects" : [
55
"src\\Installers\\Windows\\AspNetCoreModule-Setup\\IIS-Setup\\iisca\\lib\\iisca.vcxproj",
66
"src\\Installers\\Windows\\AspNetCoreModule-Setup\\IIS-Setup\\IIS-Common\\lib\\IISSetup.CommonLib.vcxproj"

src/Installers/Windows/Installers.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\..\\AspNetCore.slnx",
44
"projects" : [
55
"src\\Installers\\Windows\\AspNetCoreModule-Setup\\CustomAction\\aspnetcoreCA.vcxproj",
66
"src\\Installers\\Windows\\AspNetCoreModule-Setup\\IIS-Setup\\iisca\\lib\\iisca.vcxproj",

src/JSInterop/JSInterop.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\JSInterop\\Microsoft.JSInterop\\src\\Microsoft.JSInterop.csproj",
66
"src\\JSInterop\\Microsoft.JSInterop\\test\\Microsoft.JSInterop.Tests.csproj"

src/Localization/Localization.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects" : [
55
"src\\Localization\\Abstractions\\src\\Microsoft.Extensions.Localization.Abstractions.csproj",
66
"src\\Localization\\Localization\\src\\Microsoft.Extensions.Localization.csproj",

src/Logging.AzureAppServices/Logging.AzureAppServices.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\Logging.AzureAppServices\\src\\Microsoft.Extensions.Logging.AzureAppServices.csproj",
66
"src\\Logging.AzureAppServices\\test\\Microsoft.Extensions.Logging.AzureAppServices.Tests.csproj"

src/Middleware/CORS/CORS.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\Middleware\\CORS\\src\\Microsoft.AspNetCore.Cors.csproj",
66
"src\\Middleware\\CORS\\test\\UnitTests\\Microsoft.AspNetCore.Cors.Test.csproj",

src/Middleware/ConcurrencyLimiter/ConcurrencyLimiter.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\Hosting\\Abstractions\\src\\Microsoft.AspNetCore.Hosting.Abstractions.csproj",
66
"src\\Hosting\\Hosting\\src\\Microsoft.AspNetCore.Hosting.csproj",

src/Middleware/Diagnostics/Diagnostics.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\Hosting\\Abstractions\\src\\Microsoft.AspNetCore.Hosting.Abstractions.csproj",
66
"src\\Hosting\\Hosting\\src\\Microsoft.AspNetCore.Hosting.csproj",

src/Middleware/Localization/Localization.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\Middleware\\Localization.Routing\\src\\Microsoft.AspNetCore.Localization.Routing.csproj",
66
"src\\Middleware\\Localization.Routing\\test\\Microsoft.AspNetCore.Localization.Routing.Tests.csproj",

src/Middleware/Middleware.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\Antiforgery\\src\\Microsoft.AspNetCore.Antiforgery.csproj",
66
"src\\Components\\Authorization\\src\\Microsoft.AspNetCore.Components.Authorization.csproj",

src/Middleware/OutputCaching/OutputCaching.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\Middleware\\Microsoft.AspNetCore.OutputCaching.StackExchangeRedis\\src\\Microsoft.AspNetCore.OutputCaching.StackExchangeRedis.csproj",
66
"src\\Middleware\\Microsoft.AspNetCore.OutputCaching.StackExchangeRedis\\test\\Microsoft.AspNetCore.OutputCaching.StackExchangeRedis.Tests.csproj",

src/Middleware/Session/Session.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\DataProtection\\Abstractions\\src\\Microsoft.AspNetCore.DataProtection.Abstractions.csproj",
66
"src\\DataProtection\\Cryptography.Internal\\src\\Microsoft.AspNetCore.Cryptography.Internal.csproj",

src/Middleware/StaticFiles/StaticFiles.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\Hosting\\Abstractions\\src\\Microsoft.AspNetCore.Hosting.Abstractions.csproj",
66
"src\\Hosting\\Hosting\\src\\Microsoft.AspNetCore.Hosting.csproj",

src/Middleware/WebSockets/WebSockets.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\Hosting\\Abstractions\\src\\Microsoft.AspNetCore.Hosting.Abstractions.csproj",
66
"src\\Hosting\\Hosting\\src\\Microsoft.AspNetCore.Hosting.csproj",

src/Mvc/Mvc.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\Antiforgery\\src\\Microsoft.AspNetCore.Antiforgery.csproj",
66
"src\\Components\\Authorization\\src\\Microsoft.AspNetCore.Components.Authorization.csproj",

src/Mvc/MvcNoDeps.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\Mvc\\Mvc.Abstractions\\src\\Microsoft.AspNetCore.Mvc.Abstractions.csproj",
66
"src\\Mvc\\Mvc.Abstractions\\test\\Microsoft.AspNetCore.Mvc.Abstractions.Test.csproj",

src/OpenApi/OpenApi.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\Extensions\\Features\\src\\Microsoft.Extensions.Features.csproj",
66
"src\\Hosting\\Abstractions\\src\\Microsoft.AspNetCore.Hosting.Abstractions.csproj",

src/ProjectTemplates/ProjectTemplates.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\Antiforgery\\src\\Microsoft.AspNetCore.Antiforgery.csproj",
66
"src\\Components\\Components\\src\\Microsoft.AspNetCore.Components.csproj",

src/ProjectTemplates/ProjectTemplatesNoDeps.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\ProjectTemplates\\Web.Client.ItemTemplates\\Microsoft.DotNet.Web.Client.ItemTemplates.csproj",
66
"src\\ProjectTemplates\\Web.ItemTemplates\\Microsoft.DotNet.Web.ItemTemplates.csproj",

src/Razor/Razor.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\Razor\\Razor.Runtime\\src\\Microsoft.AspNetCore.Razor.Runtime.csproj",
66
"src\\Razor\\Razor.Runtime\\test\\Microsoft.AspNetCore.Razor.Runtime.Test.csproj",

src/Security/AuthSamples.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects" : [
55
"src\\Security\\test\\AuthSamples.FunctionalTests\\AuthSamples.FunctionalTests.csproj",
66
"src\\Security\\samples\\Cookies\\Cookies.csproj",

src/Security/Security.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\DataProtection\\Abstractions\\src\\Microsoft.AspNetCore.DataProtection.Abstractions.csproj",
66
"src\\DataProtection\\Cryptography.Internal\\src\\Microsoft.AspNetCore.Cryptography.Internal.csproj",

src/Servers/HttpSys/HttpSysServer.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\Antiforgery\\src\\Microsoft.AspNetCore.Antiforgery.csproj",
66
"src\\DataProtection\\Abstractions\\src\\Microsoft.AspNetCore.DataProtection.Abstractions.csproj",

src/Servers/IIS/IISIntegration.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\Extensions\\Features\\src\\Microsoft.Extensions.Features.csproj",
66
"src\\FileProviders\\Embedded\\src\\Microsoft.Extensions.FileProviders.Embedded.csproj",

src/Servers/Kestrel/Kestrel.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\DataProtection\\Abstractions\\src\\Microsoft.AspNetCore.DataProtection.Abstractions.csproj",
66
"src\\DataProtection\\Cryptography.Internal\\src\\Microsoft.AspNetCore.Cryptography.Internal.csproj",

0 commit comments

Comments
 (0)