diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 3173bfc..abe2720 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-ef": { - "version": "8.0.20", + "version": "8.0.25", "commands": [ "dotnet-ef" ] diff --git a/src/Kattbot.Data.Migrations/Kattbot.Data.Migrations.csproj b/src/Kattbot.Data.Migrations/Kattbot.Data.Migrations.csproj index 32a6b1d..a2f2011 100644 --- a/src/Kattbot.Data.Migrations/Kattbot.Data.Migrations.csproj +++ b/src/Kattbot.Data.Migrations/Kattbot.Data.Migrations.csproj @@ -17,15 +17,15 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Kattbot.Data/Kattbot.Data.csproj b/src/Kattbot.Data/Kattbot.Data.csproj index d97b324..fc583f5 100644 --- a/src/Kattbot.Data/Kattbot.Data.csproj +++ b/src/Kattbot.Data/Kattbot.Data.csproj @@ -1,7 +1,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Kattbot/Kattbot.csproj b/src/Kattbot/Kattbot.csproj index e643804..98b381b 100644 --- a/src/Kattbot/Kattbot.csproj +++ b/src/Kattbot/Kattbot.csproj @@ -17,16 +17,16 @@ - - + + - - - + + + diff --git a/tests/Kattbot.Tests/Kattbot.Tests.csproj b/tests/Kattbot.Tests/Kattbot.Tests.csproj index 4fde8b6..a80bc50 100644 --- a/tests/Kattbot.Tests/Kattbot.Tests.csproj +++ b/tests/Kattbot.Tests/Kattbot.Tests.csproj @@ -6,10 +6,10 @@ - + - + all