From 112afac7a4bf1ececfd60ecd8bb69475f20be1ec Mon Sep 17 00:00:00 2001 From: Kirk Brauer Date: Mon, 21 Nov 2022 23:21:53 -0500 Subject: [PATCH] Add Central Package Management (#16) --- Directory.Packages.props | 15 +++++++++++++++ test/WebApp.Test/WebApp.Test.csproj | 17 ++++++++--------- 2 files changed, 23 insertions(+), 9 deletions(-) create mode 100644 Directory.Packages.props diff --git a/Directory.Packages.props b/Directory.Packages.props new file mode 100644 index 0000000..2cdcd7a --- /dev/null +++ b/Directory.Packages.props @@ -0,0 +1,15 @@ + + + true + + + + + + + + + + + + \ No newline at end of file diff --git a/test/WebApp.Test/WebApp.Test.csproj b/test/WebApp.Test/WebApp.Test.csproj index b65b489..a005130 100644 --- a/test/WebApp.Test/WebApp.Test.csproj +++ b/test/WebApp.Test/WebApp.Test.csproj @@ -4,25 +4,24 @@ net7.0 enable enable - false - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all