From 4e3ad20d7eb1ed9d6ca1a894e32efb306e4819d4 Mon Sep 17 00:00:00 2001 From: thomasduft Date: Fri, 19 Apr 2024 08:23:48 +0000 Subject: [PATCH] Update package versions --- .config/dotnet-tools.json | 6 +++--- samples/ConsoleClient/ConsoleClient.csproj | 2 +- samples/WebApi/WebApi.csproj | 14 +++++++------- .../microwf.AspNetCoreEngine.csproj | 2 +- .../microwf.Infrastructure.csproj | 4 ++-- tests/microwf.Tests.csproj | 8 ++++---- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 98fa6b4..fd17b0e 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,19 +3,19 @@ "isRoot": true, "tools": { "tomware.releasy": { - "version": "0.10.0", + "version": "0.11.0", "commands": [ "releasy" ] }, "dotnet-outdated-tool": { - "version": "4.6.0", + "version": "4.6.1", "commands": [ "dotnet-outdated" ] }, "dotnet-ef": { - "version": "8.0.2", + "version": "8.0.4", "commands": [ "dotnet-ef" ] diff --git a/samples/ConsoleClient/ConsoleClient.csproj b/samples/ConsoleClient/ConsoleClient.csproj index f0e1531..65d5bbe 100644 --- a/samples/ConsoleClient/ConsoleClient.csproj +++ b/samples/ConsoleClient/ConsoleClient.csproj @@ -6,6 +6,6 @@ - + diff --git a/samples/WebApi/WebApi.csproj b/samples/WebApi/WebApi.csproj index 9bb890f..2a69ad6 100644 --- a/samples/WebApi/WebApi.csproj +++ b/samples/WebApi/WebApi.csproj @@ -8,17 +8,17 @@ - - - - + + + + all - - - + + + diff --git a/src/microwf.AspNetCoreEngine/microwf.AspNetCoreEngine.csproj b/src/microwf.AspNetCoreEngine/microwf.AspNetCoreEngine.csproj index 64a23a2..c75261e 100644 --- a/src/microwf.AspNetCoreEngine/microwf.AspNetCoreEngine.csproj +++ b/src/microwf.AspNetCoreEngine/microwf.AspNetCoreEngine.csproj @@ -23,7 +23,7 @@ - + diff --git a/src/microwf.Infrastructure/microwf.Infrastructure.csproj b/src/microwf.Infrastructure/microwf.Infrastructure.csproj index 4bc0c64..9b7aa31 100644 --- a/src/microwf.Infrastructure/microwf.Infrastructure.csproj +++ b/src/microwf.Infrastructure/microwf.Infrastructure.csproj @@ -22,8 +22,8 @@ - - + + diff --git a/tests/microwf.Tests.csproj b/tests/microwf.Tests.csproj index 315078c..431861d 100644 --- a/tests/microwf.Tests.csproj +++ b/tests/microwf.Tests.csproj @@ -12,12 +12,12 @@ all runtime; build; native; contentfiles; analyzers - - + + - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all