From d7ea9aabf85ac7e05cb1746e7160b5596f7db233 Mon Sep 17 00:00:00 2001 From: Matthew O'Connor Date: Fri, 31 Jan 2025 15:34:49 -0700 Subject: [PATCH] Remove support for deprecated .NET 6.0. --- .github/workflows/build.yml | 4 +--- .github/workflows/release.yml | 4 +--- Xledger.Collections.Test/Xledger.Collections.Test.csproj | 2 +- Xledger.Collections/Xledger.Collections.csproj | 2 +- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 89c8372..969b5fd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,9 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-dotnet@v4 with: - dotnet-version: | - 6.0.x - 8.0.x + dotnet-version: 8.0.x - run: dotnet restore - run: dotnet build --no-restore - run: dotnet test --no-build --verbosity normal diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cced1ed..0fef1f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,9 +18,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: | - 6.0.x - 8.0.x + dotnet-version: 8.0.x - name: Build and pack run: | echo $version diff --git a/Xledger.Collections.Test/Xledger.Collections.Test.csproj b/Xledger.Collections.Test/Xledger.Collections.Test.csproj index 6390632..649b7be 100644 --- a/Xledger.Collections.Test/Xledger.Collections.Test.csproj +++ b/Xledger.Collections.Test/Xledger.Collections.Test.csproj @@ -3,7 +3,7 @@ Xledger.Collections.Test - net48;net6.0;net8.0 + net48;net8.0 12.0 disable disable diff --git a/Xledger.Collections/Xledger.Collections.csproj b/Xledger.Collections/Xledger.Collections.csproj index 8b7865a..f2d8387 100644 --- a/Xledger.Collections/Xledger.Collections.csproj +++ b/Xledger.Collections/Xledger.Collections.csproj @@ -5,7 +5,7 @@ Xledger.Collections Xledger.Collections - net48;net6.0;net8.0 + net48;net8.0 12.0 disable disable