From 2373a3e7502eb7bd610b0475e5cced913de4b71d Mon Sep 17 00:00:00 2001 From: Nikos Baxevanis Date: Wed, 3 Dec 2025 11:39:13 +0100 Subject: [PATCH 1/3] Add net10.0 to target frameworks --- src/SharpFuzz.CommandLine/SharpFuzz.CommandLine.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SharpFuzz.CommandLine/SharpFuzz.CommandLine.csproj b/src/SharpFuzz.CommandLine/SharpFuzz.CommandLine.csproj index b26b749..7811a64 100644 --- a/src/SharpFuzz.CommandLine/SharpFuzz.CommandLine.csproj +++ b/src/SharpFuzz.CommandLine/SharpFuzz.CommandLine.csproj @@ -3,7 +3,7 @@ - net8.0;net9.0 + net8.0;net9.0;net10.0 Exe true sharpfuzz From aa6a96bc4362e338482d02cc4d7a46e45f5dedd0 Mon Sep 17 00:00:00 2001 From: Nikos Baxevanis Date: Wed, 10 Dec 2025 16:52:01 +0100 Subject: [PATCH 2/3] Upgrade .NET version in GitHub Actions workflows --- .github/workflows/dotnet.yml | 4 ++-- .github/workflows/nuget.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index ac0039b..1949dfe 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest env: - dotnet-version: "9.0" + dotnet-version: "10.0" steps: - uses: actions/checkout@v4 @@ -32,7 +32,7 @@ jobs: strategy: matrix: - dotnet-version: ["8.0", "9.0"] + dotnet-version: ["8.0", "9.0", "10.0"] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 3dcaab4..1570280 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-dotnet@v4 with: - dotnet-version: 9.0 + dotnet-version: 10.0 - name: Build NuGet package for ${{ matrix.project }} working-directory: src/${{ matrix.project }} From 2056c35b626f70a5a0dabed4b09c57a2eff9760d Mon Sep 17 00:00:00 2001 From: Nikos Baxevanis Date: Sat, 13 Dec 2025 20:21:14 +0100 Subject: [PATCH 3/3] Upgrade .NET version in tests/Library*/Library*.csproj --- tests/Library.Fuzz/Library.Fuzz.csproj | 2 +- tests/Library.LibFuzzer/Library.LibFuzzer.csproj | 2 +- tests/Library/Library.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Library.Fuzz/Library.Fuzz.csproj b/tests/Library.Fuzz/Library.Fuzz.csproj index e1dbfbd..027b7bf 100644 --- a/tests/Library.Fuzz/Library.Fuzz.csproj +++ b/tests/Library.Fuzz/Library.Fuzz.csproj @@ -2,7 +2,7 @@ Exe - net9.0 + net10.0 enable disable diff --git a/tests/Library.LibFuzzer/Library.LibFuzzer.csproj b/tests/Library.LibFuzzer/Library.LibFuzzer.csproj index e1dbfbd..027b7bf 100644 --- a/tests/Library.LibFuzzer/Library.LibFuzzer.csproj +++ b/tests/Library.LibFuzzer/Library.LibFuzzer.csproj @@ -2,7 +2,7 @@ Exe - net9.0 + net10.0 enable disable diff --git a/tests/Library/Library.csproj b/tests/Library/Library.csproj index f5fda80..72696bf 100644 --- a/tests/Library/Library.csproj +++ b/tests/Library/Library.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 enable disable