From dcf3aea37d0f1eddca88903ed6232a5a3db03e76 Mon Sep 17 00:00:00 2001 From: Havret Date: Mon, 30 Dec 2024 00:15:49 +0100 Subject: [PATCH] Bump to dotnet 8 --- .github/workflows/build.yml | 16 ++-------------- .github/workflows/release.yml | 2 +- .../RocksDb.Extensions.Benchmarks.csproj | 2 +- ...RocksDb.Extensions.Examples.AspNetCore.csproj | 2 +- .../RocksDb.Extensions.Tests.csproj | 2 +- 5 files changed, 6 insertions(+), 18 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ce3fb7..442b766 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,20 +16,8 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: "6.0.x" + dotnet-version: "8.x" - name: Build with dotnet run: dotnet build --configuration Release - name: Test with dotnet - run: dotnet test --configuration Release - windows: - runs-on: windows-latest - steps: - - uses: actions/checkout@v1 - - name: Setup .NET Core - uses: actions/setup-dotnet@v1 - with: - dotnet-version: "6.0.x" - - name: Build with dotnet - run: dotnet build --configuration Release - - name: Test with dotnet - run: dotnet test --configuration Release + run: dotnet test --configuration Release \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e280867..09ae2d4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: "6.0.x" + dotnet-version: "8.x" - name: Create NuGet Package run: dotnet pack -c Release /p:Version=${{ github.event.release.name }} /p:PackageReleaseNotes="See https://github.com/Havret/RocksDb.Extensions/releases/tag/${{ github.event.release.tag_name }}" - name: Archive NuGet Package diff --git a/benchmarks/RocksDb.Extensions.Benchmarks/RocksDb.Extensions.Benchmarks.csproj b/benchmarks/RocksDb.Extensions.Benchmarks/RocksDb.Extensions.Benchmarks.csproj index fbfa008..26c5376 100644 --- a/benchmarks/RocksDb.Extensions.Benchmarks/RocksDb.Extensions.Benchmarks.csproj +++ b/benchmarks/RocksDb.Extensions.Benchmarks/RocksDb.Extensions.Benchmarks.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 enable enable 10 diff --git a/examples/RocksDb.Extensions.Examples.AspNetCore/RocksDb.Extensions.Examples.AspNetCore.csproj b/examples/RocksDb.Extensions.Examples.AspNetCore/RocksDb.Extensions.Examples.AspNetCore.csproj index 3187f77..f8db189 100644 --- a/examples/RocksDb.Extensions.Examples.AspNetCore/RocksDb.Extensions.Examples.AspNetCore.csproj +++ b/examples/RocksDb.Extensions.Examples.AspNetCore/RocksDb.Extensions.Examples.AspNetCore.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 enable enable diff --git a/test/RocksDb.Extensions.Tests/RocksDb.Extensions.Tests.csproj b/test/RocksDb.Extensions.Tests/RocksDb.Extensions.Tests.csproj index 70a0b51..bcaa74a 100644 --- a/test/RocksDb.Extensions.Tests/RocksDb.Extensions.Tests.csproj +++ b/test/RocksDb.Extensions.Tests/RocksDb.Extensions.Tests.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 enable enable false