From fe2c440c6b4001cf9b082daadc3d8c3009fe7ed5 Mon Sep 17 00:00:00 2001 From: f1x3d <17356460+f1x3d@users.noreply.github.com> Date: Sun, 5 Oct 2025 18:05:27 +0000 Subject: [PATCH] Migrate solution file to .slnx --- .github/workflows/ci.yaml | 12 ++++---- DistributedLeaseManager.sln | 55 ------------------------------------ DistributedLeaseManager.slnx | 8 ++++++ _misc.csproj | 2 +- 4 files changed, 16 insertions(+), 61 deletions(-) delete mode 100644 DistributedLeaseManager.sln create mode 100644 DistributedLeaseManager.slnx diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ffd0781..7de9ac8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,9 @@ env: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true DOTNET_CLI_TELEMETRY_OPTOUT: true DOTNET_NOLOGO: true - DOTNET_VERSION: 6.x + DOTNET_VERSION: | + 6.x + 9.0.3xx DOTNET_QUALITY: ga jobs: @@ -29,13 +31,13 @@ jobs: dotnet-quality: ${{ env.DOTNET_QUALITY }} - name: Restore dependencies - run: dotnet restore *.sln + run: dotnet restore *.slnx - name: Build project - run: dotnet build *.sln --no-restore -c Release + run: dotnet build *.slnx --no-restore -c Release - name: Pack - run: dotnet pack *.sln --no-build -c Release + run: dotnet pack *.slnx --no-build -c Release - name: Publish build artifacts uses: actions/upload-artifact@v4 @@ -56,7 +58,7 @@ jobs: # path: ${{ github.workspace }} # - name: Run tests - # run: dotnet test *.sln --no-build -c Release + # run: dotnet test *.slnx --no-build -c Release publish: name: Publish diff --git a/DistributedLeaseManager.sln b/DistributedLeaseManager.sln deleted file mode 100644 index 9cbcf53..0000000 --- a/DistributedLeaseManager.sln +++ /dev/null @@ -1,55 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.7.34202.233 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DistributedLeaseManager.Core", "DistributedLeaseManager.Core\DistributedLeaseManager.Core.csproj", "{B0D7E98E-B634-4E9C-BCD2-D407BC998908}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_misc", "_misc.csproj", "{FCA9041C-173C-47A0-AA96-5D26A0E0EE05}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DistributedLeaseManager.AzureBlobStorage", "DistributedLeaseManager.AzureBlobStorage\DistributedLeaseManager.AzureBlobStorage.csproj", "{C99AC90A-8896-4D4B-840A-1A817F8A4677}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DistributedLeaseManager.Example", "DistributedLeaseManager.Example\DistributedLeaseManager.Example.csproj", "{13B971B6-0B24-4458-85C5-F0A97582140C}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DistributedLeaseManager.AzureCosmosDb", "DistributedLeaseManager.AzureCosmosDb\DistributedLeaseManager.AzureCosmosDb.csproj", "{A0E48760-C138-41EF-B1D3-FF65BBEFA276}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DistributedLeaseManager.EntityFrameworkCore", "DistributedLeaseManager.EntityFrameworkCore\DistributedLeaseManager.EntityFrameworkCore.csproj", "{2949A3E3-4A1D-43CC-B99B-28162C415896}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {B0D7E98E-B634-4E9C-BCD2-D407BC998908}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B0D7E98E-B634-4E9C-BCD2-D407BC998908}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B0D7E98E-B634-4E9C-BCD2-D407BC998908}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B0D7E98E-B634-4E9C-BCD2-D407BC998908}.Release|Any CPU.Build.0 = Release|Any CPU - {FCA9041C-173C-47A0-AA96-5D26A0E0EE05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {FCA9041C-173C-47A0-AA96-5D26A0E0EE05}.Debug|Any CPU.Build.0 = Debug|Any CPU - {FCA9041C-173C-47A0-AA96-5D26A0E0EE05}.Release|Any CPU.ActiveCfg = Release|Any CPU - {FCA9041C-173C-47A0-AA96-5D26A0E0EE05}.Release|Any CPU.Build.0 = Release|Any CPU - {C99AC90A-8896-4D4B-840A-1A817F8A4677}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {C99AC90A-8896-4D4B-840A-1A817F8A4677}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C99AC90A-8896-4D4B-840A-1A817F8A4677}.Release|Any CPU.ActiveCfg = Release|Any CPU - {C99AC90A-8896-4D4B-840A-1A817F8A4677}.Release|Any CPU.Build.0 = Release|Any CPU - {13B971B6-0B24-4458-85C5-F0A97582140C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {13B971B6-0B24-4458-85C5-F0A97582140C}.Debug|Any CPU.Build.0 = Debug|Any CPU - {13B971B6-0B24-4458-85C5-F0A97582140C}.Release|Any CPU.ActiveCfg = Release|Any CPU - {13B971B6-0B24-4458-85C5-F0A97582140C}.Release|Any CPU.Build.0 = Release|Any CPU - {A0E48760-C138-41EF-B1D3-FF65BBEFA276}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A0E48760-C138-41EF-B1D3-FF65BBEFA276}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A0E48760-C138-41EF-B1D3-FF65BBEFA276}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A0E48760-C138-41EF-B1D3-FF65BBEFA276}.Release|Any CPU.Build.0 = Release|Any CPU - {2949A3E3-4A1D-43CC-B99B-28162C415896}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {2949A3E3-4A1D-43CC-B99B-28162C415896}.Debug|Any CPU.Build.0 = Debug|Any CPU - {2949A3E3-4A1D-43CC-B99B-28162C415896}.Release|Any CPU.ActiveCfg = Release|Any CPU - {2949A3E3-4A1D-43CC-B99B-28162C415896}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {EE298204-C822-4C14-9C26-F9D2E60624DE} - EndGlobalSection -EndGlobal diff --git a/DistributedLeaseManager.slnx b/DistributedLeaseManager.slnx new file mode 100644 index 0000000..c02cf75 --- /dev/null +++ b/DistributedLeaseManager.slnx @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/_misc.csproj b/_misc.csproj index f283ec1..6bc334e 100644 --- a/_misc.csproj +++ b/_misc.csproj @@ -9,7 +9,7 @@ - +