From 65d52dfee6d1f7eda09c5fc8fd17255eb8439de1 Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Thu, 29 Jun 2023 08:44:50 +0200 Subject: [PATCH 1/2] (GH-4170) Update NuGet.* to v6.6.1 * fixes #4170 --- src/Cake.NuGet/Cake.NuGet.csproj | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Cake.NuGet/Cake.NuGet.csproj b/src/Cake.NuGet/Cake.NuGet.csproj index 92fe7f21b6..cf565a1088 100644 --- a/src/Cake.NuGet/Cake.NuGet.csproj +++ b/src/Cake.NuGet/Cake.NuGet.csproj @@ -18,17 +18,17 @@ - - - - - - - + + + + + + + - + All From ba71fd61f265a619a8c01d05183d652658f54e38 Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Thu, 29 Jun 2023 08:45:25 +0200 Subject: [PATCH 2/2] (GH-4171) Update .NET SDK to 7.0.305 * fixes #4171 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 2afa50f519..ecd662c276 100644 --- a/global.json +++ b/global.json @@ -3,7 +3,7 @@ "src" ], "sdk": { - "version": "7.0.100", + "version": "7.0.305", "rollForward": "latestFeature" } } \ No newline at end of file