From 63872f929f2cd1858dcb710ff65401db0612f8e3 Mon Sep 17 00:00:00 2001 From: Taritsyn Date: Tue, 10 Jan 2023 13:49:56 +0300 Subject: [PATCH] In test projects enabled a NuGet central package management --- Directory.Packages.props | 11 +++++++ .../AutoprefixerHost.Benchmarks.csproj | 13 +++++---- .../AutoprefixerHost.Tests.csproj | 29 ++++++++++--------- 3 files changed, 33 insertions(+), 20 deletions(-) create mode 100644 Directory.Packages.props diff --git a/Directory.Packages.props b/Directory.Packages.props new file mode 100644 index 00000000..12ebed98 --- /dev/null +++ b/Directory.Packages.props @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/test/AutoprefixerHost.Benchmarks/AutoprefixerHost.Benchmarks.csproj b/test/AutoprefixerHost.Benchmarks/AutoprefixerHost.Benchmarks.csproj index 90b4e0a3..2436d58f 100644 --- a/test/AutoprefixerHost.Benchmarks/AutoprefixerHost.Benchmarks.csproj +++ b/test/AutoprefixerHost.Benchmarks/AutoprefixerHost.Benchmarks.csproj @@ -6,23 +6,24 @@ net461;netcoreapp3.1;net5.0;net6.0;net7.0 Exe true + true false - - - - + + + + - - + + diff --git a/test/AutoprefixerHost.Tests/AutoprefixerHost.Tests.csproj b/test/AutoprefixerHost.Tests/AutoprefixerHost.Tests.csproj index 2e5b6a5f..e266c55a 100644 --- a/test/AutoprefixerHost.Tests/AutoprefixerHost.Tests.csproj +++ b/test/AutoprefixerHost.Tests/AutoprefixerHost.Tests.csproj @@ -7,46 +7,47 @@ Library true true + true false - - - - - + + + + + - - + + - - + + - + - + - - + + - +