Skip to content

Commit

Permalink
Add top-level reference to System.Security.Cryptography.Pkcs (#6900)
Browse files Browse the repository at this point in the history
  • Loading branch information
bording committed Oct 26, 2023
1 parent 5b46720 commit dddd89a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/NServiceBus.Core/NServiceBus.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net472;net6.0</TargetFrameworks>
Expand All @@ -23,6 +23,10 @@
<PackageReference Include="System.Text.Json" Version="7.0.3" />
</ItemGroup>

<ItemGroup Label="System.Security.Cryptography.Xml 7.0.1 references Pkcs 7.0.0, which has a vulnerability. This should be removed when Xml updates to reference a non-vulernable version">
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="7.0.3" />
</ItemGroup>

<ItemGroup Label="Private dependencies">
<PackageReference Include="Fody" Version="6.7.0" PrivateAssets="All" />
<PackageReference Include="Janitor.Fody" Version="1.9.0" PrivateAssets="All" />
Expand All @@ -31,10 +35,7 @@
<PackageReference Include="Particular.Packaging" Version="3.0.0" PrivateAssets="All" />
<PackageReference Include="SimpleJson" Version="0.38.0" PrivateAssets="All" />
<PackageReference Include="FastExpressionCompiler.Internal.src" Version="3.3.4" PrivateAssets="All" />
<PackageReference Include="PolySharp" Version="1.13.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="PolySharp" Version="1.13.2" PrivateAssets="All" />
</ItemGroup>

<PropertyGroup>
Expand Down

0 comments on commit dddd89a

Please sign in to comment.