From 3c8aa28fccf4860cf4a253ffbe028741e8078b7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 23:17:11 +0000 Subject: [PATCH 1/2] chore(deps): Update .net deps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Oğuzhan Durgun --- dotnet-tools.json | 2 +- src/Sdk.UnitTests/Sdk.UnitTests.csproj | 6 +++--- src/Sdk/sdk.csproj | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dotnet-tools.json b/dotnet-tools.json index 8f3a438..c33ff7c 100644 --- a/dotnet-tools.json +++ b/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "3.1.0", + "version": "3.2.0", "commands": [ "dotnet-cake" ] diff --git a/src/Sdk.UnitTests/Sdk.UnitTests.csproj b/src/Sdk.UnitTests/Sdk.UnitTests.csproj index b3eacd6..a5a40a3 100644 --- a/src/Sdk.UnitTests/Sdk.UnitTests.csproj +++ b/src/Sdk.UnitTests/Sdk.UnitTests.csproj @@ -7,12 +7,12 @@ - + - + - + diff --git a/src/Sdk/sdk.csproj b/src/Sdk/sdk.csproj index d64ed49..6228062 100644 --- a/src/Sdk/sdk.csproj +++ b/src/Sdk/sdk.csproj @@ -16,8 +16,8 @@ - + - + From 6d1bccc57e4586585ae2a39cc93dd568e9df3c30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=C4=9Fuzhan=20Durgun?= Date: Thu, 7 Dec 2023 14:47:08 +0300 Subject: [PATCH 2/2] Empty commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Oğuzhan Durgun