From 4d11abe4d2af27967248b60523a468e4236d7580 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:01:12 +0000 Subject: [PATCH 1/2] Initial plan From 15128bf1bc44b694ed5cf27c0461640dc2ff1004 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:04:07 +0000 Subject: [PATCH 2/2] chore: enable central package management --- Directory.Packages.props | 16 ++++++++++++++++ .../FixedPointNano.Benchmarks.csproj | 2 +- .../FixedPointNano.Tests.csproj | 14 +++++++------- 3 files changed, 24 insertions(+), 8 deletions(-) create mode 100644 Directory.Packages.props diff --git a/Directory.Packages.props b/Directory.Packages.props new file mode 100644 index 0000000..e4ad2a9 --- /dev/null +++ b/Directory.Packages.props @@ -0,0 +1,16 @@ + + + true + + + + + + + + + + + + + diff --git a/benchmarks/FixedPointNano.Benchmarks/FixedPointNano.Benchmarks.csproj b/benchmarks/FixedPointNano.Benchmarks/FixedPointNano.Benchmarks.csproj index 0841312..800998f 100644 --- a/benchmarks/FixedPointNano.Benchmarks/FixedPointNano.Benchmarks.csproj +++ b/benchmarks/FixedPointNano.Benchmarks/FixedPointNano.Benchmarks.csproj @@ -6,7 +6,7 @@ - + diff --git a/tests/FixedPointNano.Tests/FixedPointNano.Tests.csproj b/tests/FixedPointNano.Tests/FixedPointNano.Tests.csproj index b4f0081..2c22da5 100644 --- a/tests/FixedPointNano.Tests/FixedPointNano.Tests.csproj +++ b/tests/FixedPointNano.Tests/FixedPointNano.Tests.csproj @@ -5,16 +5,16 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all - - - - - + + + + +