From 797a154b68512f0bf5e1e59bba88bb0fd4ee3d27 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Mon, 2 Dec 2024 00:15:19 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=93=A6=20Update=202=20packages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/UpdatR.E2eTests/UpdatR.E2eTests.csproj | 2 +- tests/UpdatR.IntegrationTests/UpdatR.IntegrationTests.csproj | 2 +- tests/UpdatR.UnitTests/UpdatR.UnitTests.csproj | 2 +- tools/Build/.config/dotnet-tools.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/UpdatR.E2eTests/UpdatR.E2eTests.csproj b/tests/UpdatR.E2eTests/UpdatR.E2eTests.csproj index 2310bee..dd2bdca 100644 --- a/tests/UpdatR.E2eTests/UpdatR.E2eTests.csproj +++ b/tests/UpdatR.E2eTests/UpdatR.E2eTests.csproj @@ -13,7 +13,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/UpdatR.IntegrationTests/UpdatR.IntegrationTests.csproj b/tests/UpdatR.IntegrationTests/UpdatR.IntegrationTests.csproj index c17263e..e6c5b8e 100644 --- a/tests/UpdatR.IntegrationTests/UpdatR.IntegrationTests.csproj +++ b/tests/UpdatR.IntegrationTests/UpdatR.IntegrationTests.csproj @@ -10,7 +10,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/UpdatR.UnitTests/UpdatR.UnitTests.csproj b/tests/UpdatR.UnitTests/UpdatR.UnitTests.csproj index 423ca7a..973d391 100644 --- a/tests/UpdatR.UnitTests/UpdatR.UnitTests.csproj +++ b/tests/UpdatR.UnitTests/UpdatR.UnitTests.csproj @@ -6,7 +6,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tools/Build/.config/dotnet-tools.json b/tools/Build/.config/dotnet-tools.json index 1f9267f..09a3660 100644 --- a/tools/Build/.config/dotnet-tools.json +++ b/tools/Build/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-updatr": { - "version": "4.0.0", + "version": "4.0.1", "commands": [ "update" ]