diff --git a/src/Cake.AzureDevOps.Tests/Cake.AzureDevOps.Tests.csproj b/src/Cake.AzureDevOps.Tests/Cake.AzureDevOps.Tests.csproj index c2948b8f..a930e171 100644 --- a/src/Cake.AzureDevOps.Tests/Cake.AzureDevOps.Tests.csproj +++ b/src/Cake.AzureDevOps.Tests/Cake.AzureDevOps.Tests.csproj @@ -15,9 +15,9 @@ - - - + + + diff --git a/src/Cake.AzureDevOps/Cake.AzureDevOps.csproj b/src/Cake.AzureDevOps/Cake.AzureDevOps.csproj index 00a311d2..cfae02ce 100644 --- a/src/Cake.AzureDevOps/Cake.AzureDevOps.csproj +++ b/src/Cake.AzureDevOps/Cake.AzureDevOps.csproj @@ -27,8 +27,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/frosting/net8.0/build/Build.csproj b/tests/frosting/net8.0/build/Build.csproj index cc479b78..5c78990d 100644 --- a/tests/frosting/net8.0/build/Build.csproj +++ b/tests/frosting/net8.0/build/Build.csproj @@ -5,7 +5,7 @@ $(MSBuildProjectDirectory) - + \ No newline at end of file diff --git a/tests/frosting/net9.0/build/Build.csproj b/tests/frosting/net9.0/build/Build.csproj index 0764ffee..b7007e4e 100644 --- a/tests/frosting/net9.0/build/Build.csproj +++ b/tests/frosting/net9.0/build/Build.csproj @@ -5,7 +5,7 @@ $(MSBuildProjectDirectory) - + \ No newline at end of file diff --git a/tests/script-runner/net8.0/.config/dotnet-tools.json b/tests/script-runner/net8.0/.config/dotnet-tools.json index f92efc2b..ac00356b 100644 --- a/tests/script-runner/net8.0/.config/dotnet-tools.json +++ b/tests/script-runner/net8.0/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "5.0.0", + "version": "6.0.0", "commands": [ "dotnet-cake" ] diff --git a/tests/script-runner/net9.0/.config/dotnet-tools.json b/tests/script-runner/net9.0/.config/dotnet-tools.json index f92efc2b..ac00356b 100644 --- a/tests/script-runner/net9.0/.config/dotnet-tools.json +++ b/tests/script-runner/net9.0/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "5.0.0", + "version": "6.0.0", "commands": [ "dotnet-cake" ]