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.Configuration.Vault.Test/Samhammer.Configuration.Vault.Test.csproj b/src/Samhammer.Configuration.Vault.Test/Samhammer.Configuration.Vault.Test.csproj index 528016c..9889b40 100644 --- a/src/Samhammer.Configuration.Vault.Test/Samhammer.Configuration.Vault.Test.csproj +++ b/src/Samhammer.Configuration.Vault.Test/Samhammer.Configuration.Vault.Test.csproj @@ -1,7 +1,7 @@  - net8.0 + net10.0 false ..\stylecop.ruleset @@ -11,24 +11,24 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + all runtime; build; native; contentfiles; analyzers - - - + + + all runtime; build; native; contentfiles; analyzers - + diff --git a/src/Samhammer.Configuration.Vault/Samhammer.Configuration.Vault.csproj b/src/Samhammer.Configuration.Vault/Samhammer.Configuration.Vault.csproj index 6181e2e..16be431 100644 --- a/src/Samhammer.Configuration.Vault/Samhammer.Configuration.Vault.csproj +++ b/src/Samhammer.Configuration.Vault/Samhammer.Configuration.Vault.csproj @@ -24,13 +24,13 @@ - - - + + + all runtime; build; native; contentfiles; analyzers - +