From b729efecb4c43b6a831f07b281ba0bafa61150f1 Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Tue, 26 Mar 2024 17:32:41 +0100 Subject: [PATCH 1/7] (GH-4300) Update NuGet.* to 6.9.1 * fixes #4300 --- src/Cake.NuGet/Cake.NuGet.csproj | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Cake.NuGet/Cake.NuGet.csproj b/src/Cake.NuGet/Cake.NuGet.csproj index 9c8ccd6b9b..56dd8fe361 100644 --- a/src/Cake.NuGet/Cake.NuGet.csproj +++ b/src/Cake.NuGet/Cake.NuGet.csproj @@ -18,12 +18,12 @@ - - - - - - + + + + + + From dd2d92ba1ccd58899ba17f2877a934c6f594a731 Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Tue, 26 Mar 2024 17:34:24 +0100 Subject: [PATCH 2/7] (GH-4303) Update Microsoft.NET.Test.Sdk to 17.9.0 * fixes #4303 --- src/Cake.Common.Tests/Cake.Common.Tests.csproj | 2 +- src/Cake.Core.Tests/Cake.Core.Tests.csproj | 2 +- .../Cake.DotNetTool.Module.Tests.csproj | 2 +- src/Cake.Frosting.Tests/Cake.Frosting.Tests.csproj | 4 ++-- src/Cake.NuGet.Tests/Cake.NuGet.Tests.csproj | 2 +- src/Cake.Tests/Cake.Tests.csproj | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Cake.Common.Tests/Cake.Common.Tests.csproj b/src/Cake.Common.Tests/Cake.Common.Tests.csproj index ece6d67d16..0995e39fe4 100644 --- a/src/Cake.Common.Tests/Cake.Common.Tests.csproj +++ b/src/Cake.Common.Tests/Cake.Common.Tests.csproj @@ -16,7 +16,7 @@ - + all diff --git a/src/Cake.Core.Tests/Cake.Core.Tests.csproj b/src/Cake.Core.Tests/Cake.Core.Tests.csproj index d1f94f6673..db91e51690 100644 --- a/src/Cake.Core.Tests/Cake.Core.Tests.csproj +++ b/src/Cake.Core.Tests/Cake.Core.Tests.csproj @@ -14,7 +14,7 @@ - + diff --git a/src/Cake.DotNetTool.Module.Tests/Cake.DotNetTool.Module.Tests.csproj b/src/Cake.DotNetTool.Module.Tests/Cake.DotNetTool.Module.Tests.csproj index a5cc5980a4..048c511025 100644 --- a/src/Cake.DotNetTool.Module.Tests/Cake.DotNetTool.Module.Tests.csproj +++ b/src/Cake.DotNetTool.Module.Tests/Cake.DotNetTool.Module.Tests.csproj @@ -16,7 +16,7 @@ - + all diff --git a/src/Cake.Frosting.Tests/Cake.Frosting.Tests.csproj b/src/Cake.Frosting.Tests/Cake.Frosting.Tests.csproj index 9a362c795e..0c0699108f 100644 --- a/src/Cake.Frosting.Tests/Cake.Frosting.Tests.csproj +++ b/src/Cake.Frosting.Tests/Cake.Frosting.Tests.csproj @@ -8,8 +8,8 @@ - - + + all diff --git a/src/Cake.NuGet.Tests/Cake.NuGet.Tests.csproj b/src/Cake.NuGet.Tests/Cake.NuGet.Tests.csproj index 79acd4806b..31f27e5300 100644 --- a/src/Cake.NuGet.Tests/Cake.NuGet.Tests.csproj +++ b/src/Cake.NuGet.Tests/Cake.NuGet.Tests.csproj @@ -15,7 +15,7 @@ - + all diff --git a/src/Cake.Tests/Cake.Tests.csproj b/src/Cake.Tests/Cake.Tests.csproj index 259b820a86..75afc82052 100644 --- a/src/Cake.Tests/Cake.Tests.csproj +++ b/src/Cake.Tests/Cake.Tests.csproj @@ -10,7 +10,7 @@ - + all From f1646b68d263be09602c489f8f6b880f47e144f7 Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Tue, 26 Mar 2024 17:35:55 +0100 Subject: [PATCH 3/7] (GH-4301) Update xunit to 2.7.0 * fixes #4301 --- src/Cake.Common.Tests/Cake.Common.Tests.csproj | 4 ++-- src/Cake.Core.Tests/Cake.Core.Tests.csproj | 4 ++-- .../Cake.DotNetTool.Module.Tests.csproj | 4 ++-- src/Cake.Frosting.Tests/Cake.Frosting.Tests.csproj | 4 ++-- src/Cake.NuGet.Tests/Cake.NuGet.Tests.csproj | 4 ++-- src/Cake.Testing.Xunit/Cake.Testing.Xunit.csproj | 2 +- src/Cake.Tests/Cake.Tests.csproj | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/Cake.Common.Tests/Cake.Common.Tests.csproj b/src/Cake.Common.Tests/Cake.Common.Tests.csproj index 0995e39fe4..eac957736b 100644 --- a/src/Cake.Common.Tests/Cake.Common.Tests.csproj +++ b/src/Cake.Common.Tests/Cake.Common.Tests.csproj @@ -17,8 +17,8 @@ - - + + all runtime; build; native; contentfiles; analyzers diff --git a/src/Cake.Core.Tests/Cake.Core.Tests.csproj b/src/Cake.Core.Tests/Cake.Core.Tests.csproj index db91e51690..08755b5347 100644 --- a/src/Cake.Core.Tests/Cake.Core.Tests.csproj +++ b/src/Cake.Core.Tests/Cake.Core.Tests.csproj @@ -17,8 +17,8 @@ - - + + all runtime; build; native; contentfiles; analyzers diff --git a/src/Cake.DotNetTool.Module.Tests/Cake.DotNetTool.Module.Tests.csproj b/src/Cake.DotNetTool.Module.Tests/Cake.DotNetTool.Module.Tests.csproj index 048c511025..09fc56ada2 100644 --- a/src/Cake.DotNetTool.Module.Tests/Cake.DotNetTool.Module.Tests.csproj +++ b/src/Cake.DotNetTool.Module.Tests/Cake.DotNetTool.Module.Tests.csproj @@ -17,8 +17,8 @@ - - + + all runtime; build; native; contentfiles; analyzers diff --git a/src/Cake.Frosting.Tests/Cake.Frosting.Tests.csproj b/src/Cake.Frosting.Tests/Cake.Frosting.Tests.csproj index 0c0699108f..4ab5271321 100644 --- a/src/Cake.Frosting.Tests/Cake.Frosting.Tests.csproj +++ b/src/Cake.Frosting.Tests/Cake.Frosting.Tests.csproj @@ -10,8 +10,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Cake.NuGet.Tests/Cake.NuGet.Tests.csproj b/src/Cake.NuGet.Tests/Cake.NuGet.Tests.csproj index 31f27e5300..5fce4630ad 100644 --- a/src/Cake.NuGet.Tests/Cake.NuGet.Tests.csproj +++ b/src/Cake.NuGet.Tests/Cake.NuGet.Tests.csproj @@ -16,8 +16,8 @@ - - + + all runtime; build; native; contentfiles; analyzers diff --git a/src/Cake.Testing.Xunit/Cake.Testing.Xunit.csproj b/src/Cake.Testing.Xunit/Cake.Testing.Xunit.csproj index c9a6a989e0..61909845ce 100644 --- a/src/Cake.Testing.Xunit/Cake.Testing.Xunit.csproj +++ b/src/Cake.Testing.Xunit/Cake.Testing.Xunit.csproj @@ -11,7 +11,7 @@ - + diff --git a/src/Cake.Tests/Cake.Tests.csproj b/src/Cake.Tests/Cake.Tests.csproj index 75afc82052..606de1552e 100644 --- a/src/Cake.Tests/Cake.Tests.csproj +++ b/src/Cake.Tests/Cake.Tests.csproj @@ -11,8 +11,8 @@ - - + + all runtime; build; native; contentfiles; analyzers From 1b45be78c0f3450f996bd9a4bd220d9a6647f59f Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Tue, 26 Mar 2024 17:36:35 +0100 Subject: [PATCH 4/7] (GH-4304) Update Basic.Reference.Assemblies.* to 1.5.0 * fixes #4304 --- src/Cake/Cake.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Cake/Cake.csproj b/src/Cake/Cake.csproj index 15ffca7a57..91e2f826c7 100644 --- a/src/Cake/Cake.csproj +++ b/src/Cake/Cake.csproj @@ -30,8 +30,8 @@ - - - + + + \ No newline at end of file From 565e881bdedb126c001aa5a2312b7381705cbc18 Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Tue, 26 Mar 2024 17:37:19 +0100 Subject: [PATCH 5/7] (GH-4305) Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.9.2 * fixes #4305 --- src/Cake/Cake.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake/Cake.csproj b/src/Cake/Cake.csproj index 91e2f826c7..30c792c550 100644 --- a/src/Cake/Cake.csproj +++ b/src/Cake/Cake.csproj @@ -26,7 +26,7 @@ - + From 89fc0f70c4bb0211c5f8a91d5d55f34b02da8f8a Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Tue, 26 Mar 2024 17:37:48 +0100 Subject: [PATCH 6/7] (GH-4306) Update Autofac to 8.0.0 * fixes #4306 --- src/Cake.Cli/Cake.Cli.csproj | 2 +- src/Cake/Cake.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Cake.Cli/Cake.Cli.csproj b/src/Cake.Cli/Cake.Cli.csproj index 64a6fd31e2..ff78776c37 100644 --- a/src/Cake.Cli/Cake.Cli.csproj +++ b/src/Cake.Cli/Cake.Cli.csproj @@ -18,7 +18,7 @@ - + diff --git a/src/Cake/Cake.csproj b/src/Cake/Cake.csproj index 30c792c550..1683c25491 100644 --- a/src/Cake/Cake.csproj +++ b/src/Cake/Cake.csproj @@ -29,7 +29,7 @@ - + From d20aebdcd0a0d3785d7ad5e2f1afae7cf5b1227c Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Tue, 26 Mar 2024 17:38:44 +0100 Subject: [PATCH 7/7] (GH-4302) Update Verify.Xunit to 23.5.2 * fixes #4302 --- src/Cake.Core.Tests/Cake.Core.Tests.csproj | 4 ++-- .../Unit/Scripting/CodeGen/MethodAliasGeneratorTests.cs | 2 -- .../Unit/Scripting/CodeGen/PropertyAliasGeneratorTests.cs | 2 -- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/Cake.Core.Tests/Cake.Core.Tests.csproj b/src/Cake.Core.Tests/Cake.Core.Tests.csproj index 08755b5347..35761988fe 100644 --- a/src/Cake.Core.Tests/Cake.Core.Tests.csproj +++ b/src/Cake.Core.Tests/Cake.Core.Tests.csproj @@ -15,8 +15,8 @@ - - + + all diff --git a/src/Cake.Core.Tests/Unit/Scripting/CodeGen/MethodAliasGeneratorTests.cs b/src/Cake.Core.Tests/Unit/Scripting/CodeGen/MethodAliasGeneratorTests.cs index 743efb534c..6e32e2a19e 100644 --- a/src/Cake.Core.Tests/Unit/Scripting/CodeGen/MethodAliasGeneratorTests.cs +++ b/src/Cake.Core.Tests/Unit/Scripting/CodeGen/MethodAliasGeneratorTests.cs @@ -11,10 +11,8 @@ namespace Cake.Core.Tests.Unit.Scripting.CodeGen { - [UsesVerify] public sealed class MethodAliasGeneratorTests { - [UsesVerify] public sealed class TheGeneratorMethod : IClassFixture { private readonly MethodAliasGeneratorFixture _fixture; diff --git a/src/Cake.Core.Tests/Unit/Scripting/CodeGen/PropertyAliasGeneratorTests.cs b/src/Cake.Core.Tests/Unit/Scripting/CodeGen/PropertyAliasGeneratorTests.cs index 77082d52d3..88ab1435f4 100644 --- a/src/Cake.Core.Tests/Unit/Scripting/CodeGen/PropertyAliasGeneratorTests.cs +++ b/src/Cake.Core.Tests/Unit/Scripting/CodeGen/PropertyAliasGeneratorTests.cs @@ -12,10 +12,8 @@ namespace Cake.Core.Tests.Unit.Scripting.CodeGen { - [UsesVerify] public sealed class PropertyAliasGeneratorTests { - [UsesVerify] public sealed class TheGenerateMethod : IClassFixture { private readonly PropertyAliasGeneratorFixture _fixture;