diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3626e6f..7ba1ba6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.x.x + dotnet-version: 9.x.x - name: Restore dependencies run: dotnet restore - name: Build diff --git a/DBCD.Benchmark/DBCD.Benchmark.csproj b/DBCD.Benchmark/DBCD.Benchmark.csproj index 6863e18..2b1529d 100644 --- a/DBCD.Benchmark/DBCD.Benchmark.csproj +++ b/DBCD.Benchmark/DBCD.Benchmark.csproj @@ -2,7 +2,7 @@ Exe - net8.0 + net9.0 enable enable true diff --git a/DBCD.IO/DBCD.IO.csproj b/DBCD.IO/DBCD.IO.csproj index f2fe959..8815ec4 100644 --- a/DBCD.IO/DBCD.IO.csproj +++ b/DBCD.IO/DBCD.IO.csproj @@ -1,7 +1,7 @@ - netstandard2.0;net6.0;net8.0 + netstandard2.0;net8.0;net9.0 diff --git a/DBCD.Tests/DBCD.Tests.csproj b/DBCD.Tests/DBCD.Tests.csproj index 011f93f..18bd47a 100644 --- a/DBCD.Tests/DBCD.Tests.csproj +++ b/DBCD.Tests/DBCD.Tests.csproj @@ -1,15 +1,15 @@  - net8.0 + net9.0 false 9.0 - - - + + + diff --git a/DBCD/DBCD.csproj b/DBCD/DBCD.csproj index 482a890..ba7f161 100644 --- a/DBCD/DBCD.csproj +++ b/DBCD/DBCD.csproj @@ -1,7 +1,7 @@  - netstandard2.0;net6.0;net8.0 + netstandard2.0;net8.0;net9.0