From 2dbfd781ec6b980dc3667f225ec680a516294a2f Mon Sep 17 00:00:00 2001 From: just Date: Fri, 10 Jul 2026 23:07:50 +0400 Subject: [PATCH] migrate to slnx --- .gitea/workflows/test-dotnet.yaml | 4 ++-- .vscode/settings.json | 2 +- JustDotNet.Railway.sln | 34 ------------------------------- JustDotNet.Railway.slnx | 5 +++++ 4 files changed, 8 insertions(+), 37 deletions(-) delete mode 100644 JustDotNet.Railway.sln create mode 100644 JustDotNet.Railway.slnx diff --git a/.gitea/workflows/test-dotnet.yaml b/.gitea/workflows/test-dotnet.yaml index c5d303b..400ff54 100644 --- a/.gitea/workflows/test-dotnet.yaml +++ b/.gitea/workflows/test-dotnet.yaml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v5 - name: Setup .NET - uses: https://github.com/actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v4 with: dotnet-version: | 8.0.x @@ -31,7 +31,7 @@ jobs: 10.0.x - name: Restore dependencies - run: dotnet restore + run: dotnet restore --disable-parallel - name: Build .NET 10.0 run: dotnet build --no-restore --framework net10.0 --configuration Release ./Raliway.Tests/Raliway.Tests.csproj diff --git a/.vscode/settings.json b/.vscode/settings.json index 858341d..2ed5c16 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,4 @@ { - "dotnet.defaultSolution": "Just.Railway.sln", + "dotnet.defaultSolution": "Just.Railway.slnx", "dotnetAcquisitionExtension.enableTelemetry": false } \ No newline at end of file diff --git a/JustDotNet.Railway.sln b/JustDotNet.Railway.sln deleted file mode 100644 index e2d2807..0000000 --- a/JustDotNet.Railway.sln +++ /dev/null @@ -1,34 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.0.31903.59 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Railway", "Railway\Railway.csproj", "{23505B47-110B-4FB7-8615-741CC7F463D4}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Raliway.Tests", "Raliway.Tests\Raliway.Tests.csproj", "{607F91E4-83A2-48C4-BAC2-2205BEE81D93}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Railway.SourceGenerator", "Railway.SourceGenerator\Railway.SourceGenerator.csproj", "{1A3B8F0A-7A30-4AA8-BC15-47FA2D75B6BF}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {23505B47-110B-4FB7-8615-741CC7F463D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {23505B47-110B-4FB7-8615-741CC7F463D4}.Debug|Any CPU.Build.0 = Debug|Any CPU - {23505B47-110B-4FB7-8615-741CC7F463D4}.Release|Any CPU.ActiveCfg = Release|Any CPU - {23505B47-110B-4FB7-8615-741CC7F463D4}.Release|Any CPU.Build.0 = Release|Any CPU - {607F91E4-83A2-48C4-BAC2-2205BEE81D93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {607F91E4-83A2-48C4-BAC2-2205BEE81D93}.Debug|Any CPU.Build.0 = Debug|Any CPU - {607F91E4-83A2-48C4-BAC2-2205BEE81D93}.Release|Any CPU.ActiveCfg = Release|Any CPU - {607F91E4-83A2-48C4-BAC2-2205BEE81D93}.Release|Any CPU.Build.0 = Release|Any CPU - {1A3B8F0A-7A30-4AA8-BC15-47FA2D75B6BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {1A3B8F0A-7A30-4AA8-BC15-47FA2D75B6BF}.Debug|Any CPU.Build.0 = Debug|Any CPU - {1A3B8F0A-7A30-4AA8-BC15-47FA2D75B6BF}.Release|Any CPU.ActiveCfg = Release|Any CPU - {1A3B8F0A-7A30-4AA8-BC15-47FA2D75B6BF}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection -EndGlobal diff --git a/JustDotNet.Railway.slnx b/JustDotNet.Railway.slnx new file mode 100644 index 0000000..49935dd --- /dev/null +++ b/JustDotNet.Railway.slnx @@ -0,0 +1,5 @@ + + + + +