From ccfaf10d35d624020ae74d98a2262e92658a9a11 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Feb 2026 10:25:23 +0000 Subject: [PATCH 1/2] Initial plan From b523cb45dc785e888eb4c6c27541a572a8667e8c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Feb 2026 10:27:30 +0000 Subject: [PATCH 2/2] Add .NET 10 support to all projects and CI workflows Co-authored-by: DaanV2 <2393905+DaanV2@users.noreply.github.com> --- .github/workflows/dotnet-test.yml | 1 + .github/workflows/publish.yml | 1 + Benchmark/Benchmark.csproj | 2 +- Library/DaanV2.UUID.Net.csproj | 2 +- Tests/Units Tests.csproj | 2 +- 5 files changed, 5 insertions(+), 3 deletions(-) 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