diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 9f80faf..6030b24 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,11 +3,11 @@ "isRoot": true, "tools": { "dotnet-ef": { - "version": "10.0.0", + "version": "10.0.11", "commands": [ "dotnet-ef" ], "rollForward": false } } -} +} \ No newline at end of file diff --git a/Timekeeper.Api/Timekeeper.Api.csproj b/Timekeeper.Api/Timekeeper.Api.csproj index 9f0d39e..121a8c5 100644 --- a/Timekeeper.Api/Timekeeper.Api.csproj +++ b/Timekeeper.Api/Timekeeper.Api.csproj @@ -7,9 +7,9 @@ - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Timekeeper.Application/Timekeeper.Application.csproj b/Timekeeper.Application/Timekeeper.Application.csproj index 4322b09..b671c99 100644 --- a/Timekeeper.Application/Timekeeper.Application.csproj +++ b/Timekeeper.Application/Timekeeper.Application.csproj @@ -5,7 +5,7 @@ - + diff --git a/Timekeeper.Infrastructure/Timekeeper.Infrastructure.csproj b/Timekeeper.Infrastructure/Timekeeper.Infrastructure.csproj index f1e722d..3fe84df 100644 --- a/Timekeeper.Infrastructure/Timekeeper.Infrastructure.csproj +++ b/Timekeeper.Infrastructure/Timekeeper.Infrastructure.csproj @@ -6,13 +6,13 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all - - + + diff --git a/Timekeeper.Tests/Timekeeper.Tests.csproj b/Timekeeper.Tests/Timekeeper.Tests.csproj index 7083992..ba45422 100644 --- a/Timekeeper.Tests/Timekeeper.Tests.csproj +++ b/Timekeeper.Tests/Timekeeper.Tests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Timekeeper.Web/Timekeeper.Web.csproj b/Timekeeper.Web/Timekeeper.Web.csproj index 8ca2b01..a8ae571 100644 --- a/Timekeeper.Web/Timekeeper.Web.csproj +++ b/Timekeeper.Web/Timekeeper.Web.csproj @@ -6,7 +6,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all