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 }} 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 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