From a2ca1a722989efe9d8f69c28eae1a82a93835beb Mon Sep 17 00:00:00 2001 From: Szymon Pobiega Date: Fri, 19 Jul 2024 10:05:02 +0200 Subject: [PATCH] Add a direct reference to Asn1 to force version without a CVE (#7109) * Try remove the dependency on crypto * Try if we can fix it * Move asn1 reference to a separate item group * Fix typos and formatting * Sort PackageReferences --------- Co-authored-by: Brandon Ording --- src/NServiceBus.Core/NServiceBus.Core.csproj | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/NServiceBus.Core/NServiceBus.Core.csproj b/src/NServiceBus.Core/NServiceBus.Core.csproj index 194a565114..daf9527aed 100644 --- a/src/NServiceBus.Core/NServiceBus.Core.csproj +++ b/src/NServiceBus.Core/NServiceBus.Core.csproj @@ -10,9 +10,9 @@ + - @@ -24,6 +24,10 @@ + + + + NServiceBus Build, version, and monitor better microservices with the most powerful service platform for .NET