From 78a7c6c18b5ce48c30521d15f15fb687f47d06f6 Mon Sep 17 00:00:00 2001 From: Vladyslav Horbachov Date: Wed, 12 Jul 2023 11:55:09 +0200 Subject: [PATCH] Manually migrated package versions to CPM --- Directory.Packages.props | 32 +++++++++++++++++++ Inventory.sln | 1 + .../BuildingBlocks.Domain.csproj | 2 +- .../Inventory.Application.csproj | 14 ++++---- src/Inventory.Domain/Inventory.Domain.csproj | 6 ++-- .../Inventory.Infrastructure.csproj | 22 ++++++------- 6 files changed, 55 insertions(+), 22 deletions(-) create mode 100644 Directory.Packages.props diff --git a/Directory.Packages.props b/Directory.Packages.props new file mode 100644 index 0000000..4d9797d --- /dev/null +++ b/Directory.Packages.props @@ -0,0 +1,32 @@ + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Inventory.sln b/Inventory.sln index 6d6b7ac..445775d 100644 --- a/Inventory.sln +++ b/Inventory.sln @@ -24,6 +24,7 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{381BCCCA-C07C-4E76-B9F5-BF2BD677EE07}" ProjectSection(SolutionItems) = preProject .editorconfig = .editorconfig + Directory.Packages.props = Directory.Packages.props Settings.XamlStyler = Settings.XamlStyler EndProjectSection EndProject diff --git a/src/BuildingBlocks/BuildingBlocks.Domain/BuildingBlocks.Domain.csproj b/src/BuildingBlocks/BuildingBlocks.Domain/BuildingBlocks.Domain.csproj index a962072..8a6992b 100644 --- a/src/BuildingBlocks/BuildingBlocks.Domain/BuildingBlocks.Domain.csproj +++ b/src/BuildingBlocks/BuildingBlocks.Domain/BuildingBlocks.Domain.csproj @@ -8,7 +8,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Inventory.Application/Inventory.Application.csproj b/src/Inventory.Application/Inventory.Application.csproj index db4d70f..978d867 100644 --- a/src/Inventory.Application/Inventory.Application.csproj +++ b/src/Inventory.Application/Inventory.Application.csproj @@ -17,13 +17,13 @@ - - - - - - - + + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Inventory.Domain/Inventory.Domain.csproj b/src/Inventory.Domain/Inventory.Domain.csproj index 2718b1f..6380de3 100644 --- a/src/Inventory.Domain/Inventory.Domain.csproj +++ b/src/Inventory.Domain/Inventory.Domain.csproj @@ -1,4 +1,4 @@ - + net7.0 @@ -7,8 +7,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Inventory.Infrastructure/Inventory.Infrastructure.csproj b/src/Inventory.Infrastructure/Inventory.Infrastructure.csproj index 4bd0de2..84c98c9 100644 --- a/src/Inventory.Infrastructure/Inventory.Infrastructure.csproj +++ b/src/Inventory.Infrastructure/Inventory.Infrastructure.csproj @@ -20,17 +20,17 @@ - - - - - - - - - - - + + + + + + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive