diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 682457d..b45a131 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,14 +3,14 @@ "isRoot": true, "tools": { "swashbuckle.aspnetcore.cli": { - "version": "9.0.1", + "version": "9.0.4", "commands": [ "swagger" ], "rollForward": false }, "csharpier": { - "version": "1.0.2", + "version": "1.1.2", "commands": [ "csharpier" ], diff --git a/Directory.Build.props b/Directory.Build.props index 0230962..424c722 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 c6c95d2..31dd8c7 100644 --- a/src/Api/Api.csproj +++ b/src/Api/Api.csproj @@ -13,19 +13,19 @@ - - + + - - - + + + - + - - + + diff --git a/tests/PhaImportNotifcations.Tests.csproj b/tests/PhaImportNotifcations.Tests.csproj index fe4da1c..83a2fb9 100644 --- a/tests/PhaImportNotifcations.Tests.csproj +++ b/tests/PhaImportNotifcations.Tests.csproj @@ -14,15 +14,15 @@ - - + + - - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tools/SchemaToCSharp/SchemaToCSharp.csproj b/tools/SchemaToCSharp/SchemaToCSharp.csproj index d7efe54..85fc74a 100644 --- a/tools/SchemaToCSharp/SchemaToCSharp.csproj +++ b/tools/SchemaToCSharp/SchemaToCSharp.csproj @@ -8,6 +8,6 @@ - +