From 5935e877046103be5d13f335e12f59ea0172e98a Mon Sep 17 00:00:00 2001 From: Oscar Morales Date: Tue, 17 Jun 2025 15:12:10 -0600 Subject: [PATCH] Adapt to create packages --- Core.Blueprint.Mongo/nuget.config | 12 ++++++++++++ Core.Blueprint.Redis/Core.Blueprint.Caching.csproj | 1 + 2 files changed, 13 insertions(+) create mode 100644 Core.Blueprint.Mongo/nuget.config diff --git a/Core.Blueprint.Mongo/nuget.config b/Core.Blueprint.Mongo/nuget.config new file mode 100644 index 0000000..0604bd0 --- /dev/null +++ b/Core.Blueprint.Mongo/nuget.config @@ -0,0 +1,12 @@ + + + + + + + + oscarmmtz + 544831e1ceaf52958e02c5de4d23cbde9e7a860a + + + diff --git a/Core.Blueprint.Redis/Core.Blueprint.Caching.csproj b/Core.Blueprint.Redis/Core.Blueprint.Caching.csproj index 2b15ab8..8109d2c 100644 --- a/Core.Blueprint.Redis/Core.Blueprint.Caching.csproj +++ b/Core.Blueprint.Redis/Core.Blueprint.Caching.csproj @@ -4,6 +4,7 @@ net8.0 enable enable + Core.Blueprint.Redis