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