From 45b208b66eaa2f11a089920d95b745d8f96c8f42 Mon Sep 17 00:00:00 2001 From: Dat <62109015+datlam162@users.noreply.github.com> Date: Wed, 14 Jan 2026 09:52:03 +0700 Subject: [PATCH] ASMO-7532: Update dotnet 10 --- .github/workflows/cicd.yaml | 2 +- .../Samhammer.Validation.Test.csproj | 14 +++++++------- .../Samhammer.Validation.csproj | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 3065f12..57ee33a 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.Validation.Test/Samhammer.Validation.Test.csproj b/src/Samhammer.Validation.Test/Samhammer.Validation.Test.csproj index fb2f1b8..56cd4ab 100644 --- a/src/Samhammer.Validation.Test/Samhammer.Validation.Test.csproj +++ b/src/Samhammer.Validation.Test/Samhammer.Validation.Test.csproj @@ -1,7 +1,7 @@  - net8.0 + net10.0 ..\stylecop.ruleset false @@ -11,18 +11,18 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers - - + + all runtime; build; native; contentfiles; analyzers diff --git a/src/Samhammer.Validation/Samhammer.Validation.csproj b/src/Samhammer.Validation/Samhammer.Validation.csproj index 7ca8ea9..9a28771 100644 --- a/src/Samhammer.Validation/Samhammer.Validation.csproj +++ b/src/Samhammer.Validation/Samhammer.Validation.csproj @@ -17,7 +17,7 @@ - + all runtime; build; native; contentfiles; analyzers