diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 283d7feb..7bcceca6 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "swashbuckle.aspnetcore.cli": { - "version": "8.1.1", + "version": "10.0.1", "commands": [ "swagger" ], diff --git a/Directory.Build.props b/Directory.Build.props index 424c7228..6b891390 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/Api.csproj b/src/Api/Api.csproj index 54faaaec..efec6938 100644 --- a/src/Api/Api.csproj +++ b/src/Api/Api.csproj @@ -17,21 +17,21 @@ - - + + - - - - + + + + - + - - + + diff --git a/src/Data/Data.csproj b/src/Data/Data.csproj index 9863e973..f116ffbb 100644 --- a/src/Data/Data.csproj +++ b/src/Data/Data.csproj @@ -7,14 +7,14 @@ enable - - - - - - - - + + + + + + + + diff --git a/tests/Api.Tests/Api.Tests.csproj b/tests/Api.Tests/Api.Tests.csproj index 21e9b049..ba4b4de9 100644 --- a/tests/Api.Tests/Api.Tests.csproj +++ b/tests/Api.Tests/Api.Tests.csproj @@ -9,7 +9,7 @@ - + diff --git a/tests/Testing/Testing.csproj b/tests/Testing/Testing.csproj index 2384b1fe..140806eb 100644 --- a/tests/Testing/Testing.csproj +++ b/tests/Testing/Testing.csproj @@ -20,10 +20,10 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + - +