From b3d23680993b7b9094fbf63bf800eb8d3bdf5a75 Mon Sep 17 00:00:00 2001 From: Dat <62109015+datlam162@users.noreply.github.com> Date: Mon, 12 Jan 2026 14:33:44 +0700 Subject: [PATCH] ASMO-7531: dotnet10 update --- .github/workflows/cicd.yaml | 2 +- src/Samhammer.Web.Common/Samhammer.Web.Common.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 6b1496d..12fa11c 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -20,7 +20,7 @@ jobs: id: tag - uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.x + dotnet-version: 10.0.x - run: echo "::remove-matcher owner=csc::" - uses: reviewdog/action-setup@v1 - run: dotnet --info diff --git a/src/Samhammer.Web.Common/Samhammer.Web.Common.csproj b/src/Samhammer.Web.Common/Samhammer.Web.Common.csproj index 3881c56..c248c9c 100644 --- a/src/Samhammer.Web.Common/Samhammer.Web.Common.csproj +++ b/src/Samhammer.Web.Common/Samhammer.Web.Common.csproj @@ -1,7 +1,7 @@  - net8.0 + net10.0 ..\stylecop.ruleset Samhammer AG Samhammer AG @@ -22,7 +22,7 @@ - + all runtime; build; native; contentfiles; analyzers