diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 283d7feb..174a8233 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,14 +3,14 @@ "isRoot": true, "tools": { "swashbuckle.aspnetcore.cli": { - "version": "8.1.1", + "version": "8.1.4", "commands": [ "swagger" ], "rollForward": false }, "csharpier": { - "version": "1.2.1", + "version": "1.2.3", "commands": [ "csharpier" ], diff --git a/Directory.Build.props b/Directory.Build.props index 424c7228..ad8a7606 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -5,7 +5,7 @@ enable - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Api.Client/Api.Client.csproj b/src/Api.Client/Api.Client.csproj index 48d3d1c5..00968cca 100644 --- a/src/Api.Client/Api.Client.csproj +++ b/src/Api.Client/Api.Client.csproj @@ -21,7 +21,8 @@ - - + + + diff --git a/src/Api/Api.csproj b/src/Api/Api.csproj index 54faaaec..9d187fd7 100644 --- a/src/Api/Api.csproj +++ b/src/Api/Api.csproj @@ -18,25 +18,25 @@ - + - - + + - + - + - + diff --git a/src/Data/Data.csproj b/src/Data/Data.csproj index 9863e973..828c528b 100644 --- a/src/Data/Data.csproj +++ b/src/Data/Data.csproj @@ -7,14 +7,14 @@ enable - - - - - - - - + + + + + + + + diff --git a/tests/Api.IntegrationTests/Api.IntegrationTests.csproj b/tests/Api.IntegrationTests/Api.IntegrationTests.csproj index 75b2b9fa..be2392c5 100644 --- a/tests/Api.IntegrationTests/Api.IntegrationTests.csproj +++ b/tests/Api.IntegrationTests/Api.IntegrationTests.csproj @@ -12,7 +12,7 @@ - + diff --git a/tests/Testing/Testing.csproj b/tests/Testing/Testing.csproj index 2384b1fe..063c1559 100644 --- a/tests/Testing/Testing.csproj +++ b/tests/Testing/Testing.csproj @@ -20,15 +20,15 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + - + - - - + + +