From 1a842b6dbdddf1502159b6ab9393876975d30725 Mon Sep 17 00:00:00 2001 From: f1x3d <17356460+f1x3d@users.noreply.github.com> Date: Sun, 5 Oct 2025 23:21:16 +0000 Subject: [PATCH] Migrate to NuGet Central Package Management --- Directory.Build.props | 2 +- Directory.Packages.props | 16 ++++++++++++++++ ...stributedLeaseManager.AzureBlobStorage.csproj | 6 +++--- .../DistributedLeaseManager.AzureCosmosDb.csproj | 6 +++--- ...ibutedLeaseManager.EntityFrameworkCore.csproj | 6 +++--- .../DistributedLeaseManager.Example.csproj | 4 ++-- 6 files changed, 28 insertions(+), 12 deletions(-) create mode 100644 Directory.Packages.props diff --git a/Directory.Build.props b/Directory.Build.props index 36bfe96..4ac358a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -22,7 +22,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Directory.Packages.props b/Directory.Packages.props new file mode 100644 index 0000000..247cdeb --- /dev/null +++ b/Directory.Packages.props @@ -0,0 +1,16 @@ + + + true + true + + + + + + + + + + + + diff --git a/DistributedLeaseManager.AzureBlobStorage/DistributedLeaseManager.AzureBlobStorage.csproj b/DistributedLeaseManager.AzureBlobStorage/DistributedLeaseManager.AzureBlobStorage.csproj index ac3f048..1df85d2 100644 --- a/DistributedLeaseManager.AzureBlobStorage/DistributedLeaseManager.AzureBlobStorage.csproj +++ b/DistributedLeaseManager.AzureBlobStorage/DistributedLeaseManager.AzureBlobStorage.csproj @@ -7,8 +7,8 @@ - - - + + + diff --git a/DistributedLeaseManager.AzureCosmosDb/DistributedLeaseManager.AzureCosmosDb.csproj b/DistributedLeaseManager.AzureCosmosDb/DistributedLeaseManager.AzureCosmosDb.csproj index 90e8487..f4ed066 100644 --- a/DistributedLeaseManager.AzureCosmosDb/DistributedLeaseManager.AzureCosmosDb.csproj +++ b/DistributedLeaseManager.AzureCosmosDb/DistributedLeaseManager.AzureCosmosDb.csproj @@ -7,8 +7,8 @@ - - - + + + diff --git a/DistributedLeaseManager.EntityFrameworkCore/DistributedLeaseManager.EntityFrameworkCore.csproj b/DistributedLeaseManager.EntityFrameworkCore/DistributedLeaseManager.EntityFrameworkCore.csproj index ec65f52..388ffe3 100644 --- a/DistributedLeaseManager.EntityFrameworkCore/DistributedLeaseManager.EntityFrameworkCore.csproj +++ b/DistributedLeaseManager.EntityFrameworkCore/DistributedLeaseManager.EntityFrameworkCore.csproj @@ -7,8 +7,8 @@ - - - + + + diff --git a/DistributedLeaseManager.Example/DistributedLeaseManager.Example.csproj b/DistributedLeaseManager.Example/DistributedLeaseManager.Example.csproj index 94b31e4..1d92bdf 100644 --- a/DistributedLeaseManager.Example/DistributedLeaseManager.Example.csproj +++ b/DistributedLeaseManager.Example/DistributedLeaseManager.Example.csproj @@ -6,8 +6,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive