From 6cbf4622b6ec5094fa24afd029720f11028814b8 Mon Sep 17 00:00:00 2001 From: Daniel Pindur Date: Mon, 19 Jan 2026 18:42:00 +0100 Subject: [PATCH] update to dotnet10 --- .github/workflows/dotnet-ci.yml | 2 +- examples/Example.Core/Example.Core.Api/Example.Core.Api.csproj | 2 +- examples/Example.Core/Example.Core/Example.Core.csproj | 2 +- test/Dango.Tests/Dango.Tests.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dotnet-ci.yml b/.github/workflows/dotnet-ci.yml index ceff6e5..2ed7e82 100644 --- a/.github/workflows/dotnet-ci.yml +++ b/.github/workflows/dotnet-ci.yml @@ -21,7 +21,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v5 with: - dotnet-version: 9.0 + dotnet-version: 10.0 # Install dependencies - name: Restore dependencies diff --git a/examples/Example.Core/Example.Core.Api/Example.Core.Api.csproj b/examples/Example.Core/Example.Core.Api/Example.Core.Api.csproj index 17b910f..237d661 100644 --- a/examples/Example.Core/Example.Core.Api/Example.Core.Api.csproj +++ b/examples/Example.Core/Example.Core.Api/Example.Core.Api.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 enable enable diff --git a/examples/Example.Core/Example.Core/Example.Core.csproj b/examples/Example.Core/Example.Core/Example.Core.csproj index 30f8d63..f11c66b 100644 --- a/examples/Example.Core/Example.Core/Example.Core.csproj +++ b/examples/Example.Core/Example.Core/Example.Core.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 enable enable diff --git a/test/Dango.Tests/Dango.Tests.csproj b/test/Dango.Tests/Dango.Tests.csproj index 948419e..56a6dd1 100644 --- a/test/Dango.Tests/Dango.Tests.csproj +++ b/test/Dango.Tests/Dango.Tests.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 latest enable enable