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.Options.Abstractions/Samhammer.Options.Abstractions.csproj b/src/Samhammer.Options.Abstractions/Samhammer.Options.Abstractions.csproj index 635aa5d..02fa2c1 100644 --- a/src/Samhammer.Options.Abstractions/Samhammer.Options.Abstractions.csproj +++ b/src/Samhammer.Options.Abstractions/Samhammer.Options.Abstractions.csproj @@ -16,7 +16,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/src/Samhammer.Options.Test/Samhammer.Options.Test.csproj b/src/Samhammer.Options.Test/Samhammer.Options.Test.csproj index 998000e..b010edd 100644 --- a/src/Samhammer.Options.Test/Samhammer.Options.Test.csproj +++ b/src/Samhammer.Options.Test/Samhammer.Options.Test.csproj @@ -1,7 +1,7 @@  - net8.0 + net10.0 false ..\stylecop.ruleset @@ -11,20 +11,20 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - + + + + all runtime; build; native; contentfiles; analyzers - - + + all runtime; build; native; contentfiles; analyzers diff --git a/src/Samhammer.Options/Samhammer.Options.csproj b/src/Samhammer.Options/Samhammer.Options.csproj index 05e85f6..f38748d 100644 --- a/src/Samhammer.Options/Samhammer.Options.csproj +++ b/src/Samhammer.Options/Samhammer.Options.csproj @@ -17,11 +17,11 @@ - - - - - + + + + + all runtime; build; native; contentfiles; analyzers