diff --git a/src/AssociationRegistry.Magda/paket.template b/src/AssociationRegistry.Magda/paket.template index e97483402..c2de10890 100644 --- a/src/AssociationRegistry.Magda/paket.template +++ b/src/AssociationRegistry.Magda/paket.template @@ -14,6 +14,8 @@ licenseUrl https://opensource.org/licenses/EUPL-1.2 description Association Registry MAGDA +include-referenced-projects true + dependencies framework: net8.0 Microsoft.Extensions.Http >= LOCKEDVERSION @@ -21,6 +23,8 @@ dependencies System.ServiceModel.Http 6.2.0 System.ServiceModel.NetTcp 6.2.0 System.ServiceModel.Security 6.0.0 + System.Security.Cryptography.Xml >= LOCKEDVERSION + NEST >= LOCKEDVERSION files diff --git a/src/AssociationRegistry/paket.template b/src/AssociationRegistry/paket.template index becd3c257..d58a6e7d5 100644 --- a/src/AssociationRegistry/paket.template +++ b/src/AssociationRegistry/paket.template @@ -14,6 +14,8 @@ licenseUrl https://opensource.org/licenses/EUPL-1.2 description Association Registry +include-referenced-projects true + dependencies framework: net8.0 Be.Vlaanderen.Basisregisters.AggregateSource >= LOCKEDVERSION @@ -25,6 +27,8 @@ dependencies WolverineFx.AmazonSqs >= LOCKEDVERSION WolverineFx.Marten >= LOCKEDVERSION CompareNETObjects >= LOCKEDVERSION + System.Security.Cryptography.Xml >= LOCKEDVERSION + NEST >= LOCKEDVERSION files