diff --git a/.github/workflows/dotnet-test.yml b/.github/workflows/dotnet-test.yml index c9e83ab..edb659e 100644 --- a/.github/workflows/dotnet-test.yml +++ b/.github/workflows/dotnet-test.yml @@ -32,6 +32,7 @@ jobs: 7.0.x 8.0.x 9.0.x + 10.0.x - name: 📥 Restore dependencies run: dotnet restore --verbosity normal diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 557db65..66b0da5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -70,6 +70,7 @@ jobs: dotnet-version: | 8.0.x 9.0.x + 10.0.x - name: 📥 Restore dependencies run: dotnet restore --verbosity normal diff --git a/Benchmark/Benchmark.csproj b/Benchmark/Benchmark.csproj index c187483..47429c3 100644 --- a/Benchmark/Benchmark.csproj +++ b/Benchmark/Benchmark.csproj @@ -2,7 +2,7 @@ Exe - net8.0;net9.0 + net8.0;net9.0;net10.0 enable enable False diff --git a/Library/DaanV2.UUID.Net.csproj b/Library/DaanV2.UUID.Net.csproj index 63ef940..cef5ef0 100644 --- a/Library/DaanV2.UUID.Net.csproj +++ b/Library/DaanV2.UUID.Net.csproj @@ -1,7 +1,7 @@  - net8.0;net9.0 + net8.0;net9.0;net10.0 enable enable DaanV2.UUID.Net diff --git a/Tests/Units Tests.csproj b/Tests/Units Tests.csproj index e345b0d..11cbf53 100644 --- a/Tests/Units Tests.csproj +++ b/Tests/Units Tests.csproj @@ -1,7 +1,7 @@ - net8.0;net9.0 + net8.0;net9.0;net10.0 enable enable false