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..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..34064ae5 100644 --- a/src/Api.Client/Api.Client.csproj +++ b/src/Api.Client/Api.Client.csproj @@ -21,7 +21,7 @@ - - + + diff --git a/src/Api/Api.csproj b/src/Api/Api.csproj index 54faaaec..d79f8193 100644 --- a/src/Api/Api.csproj +++ b/src/Api/Api.csproj @@ -17,26 +17,26 @@ - - + + - - - - - + + + + + - + - - - - + + + + - + diff --git a/src/Data/Data.csproj b/src/Data/Data.csproj index 9863e973..1fdaca5a 100644 --- a/src/Data/Data.csproj +++ b/src/Data/Data.csproj @@ -7,14 +7,14 @@ enable - - - - - - - - + + + + + + + + diff --git a/tests/Testing/Testing.csproj b/tests/Testing/Testing.csproj index 2384b1fe..ade73c1e 100644 --- a/tests/Testing/Testing.csproj +++ b/tests/Testing/Testing.csproj @@ -20,15 +20,15 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + - + - - - + + +