From 19add7ef60383b43a0f6a40900ea045576091b13 Mon Sep 17 00:00:00 2001 From: f1x3d <17356460+f1x3d@users.noreply.github.com> Date: Sun, 5 Oct 2025 23:23:49 +0000 Subject: [PATCH] Migrate to NuGet Central Package Management --- Directory.Packages.props | 19 +++++++++++++++++++ .../Pbac.AspNetCore.Benchmarks.csproj | 2 +- .../Pbac.AspNetCore.Example.csproj | 2 +- .../Pbac.AspNetCore.Tests.csproj | 14 +++++++------- Pbac.AspNetCore/Pbac.AspNetCore.csproj | 4 ++-- 5 files changed, 30 insertions(+), 11 deletions(-) create mode 100644 Directory.Packages.props diff --git a/Directory.Packages.props b/Directory.Packages.props new file mode 100644 index 0000000..05ea326 --- /dev/null +++ b/Directory.Packages.props @@ -0,0 +1,19 @@ + + + true + true + + + + + + + + + + + + + + + diff --git a/Pbac.AspNetCore.Benchmarks/Pbac.AspNetCore.Benchmarks.csproj b/Pbac.AspNetCore.Benchmarks/Pbac.AspNetCore.Benchmarks.csproj index 3401d46..d8f4714 100644 --- a/Pbac.AspNetCore.Benchmarks/Pbac.AspNetCore.Benchmarks.csproj +++ b/Pbac.AspNetCore.Benchmarks/Pbac.AspNetCore.Benchmarks.csproj @@ -11,7 +11,7 @@ - + diff --git a/Pbac.AspNetCore.Example/Pbac.AspNetCore.Example.csproj b/Pbac.AspNetCore.Example/Pbac.AspNetCore.Example.csproj index a58b80d..187a8aa 100644 --- a/Pbac.AspNetCore.Example/Pbac.AspNetCore.Example.csproj +++ b/Pbac.AspNetCore.Example/Pbac.AspNetCore.Example.csproj @@ -11,7 +11,7 @@ - + diff --git a/Pbac.AspNetCore.Tests/Pbac.AspNetCore.Tests.csproj b/Pbac.AspNetCore.Tests/Pbac.AspNetCore.Tests.csproj index 5c6f492..71c6f28 100644 --- a/Pbac.AspNetCore.Tests/Pbac.AspNetCore.Tests.csproj +++ b/Pbac.AspNetCore.Tests/Pbac.AspNetCore.Tests.csproj @@ -11,16 +11,16 @@ - - - - - - + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Pbac.AspNetCore/Pbac.AspNetCore.csproj b/Pbac.AspNetCore/Pbac.AspNetCore.csproj index d5b10eb..c0a4192 100644 --- a/Pbac.AspNetCore/Pbac.AspNetCore.csproj +++ b/Pbac.AspNetCore/Pbac.AspNetCore.csproj @@ -25,11 +25,11 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - +