Skip to content

Commit

Permalink
Pinned dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tamararivera committed Dec 28, 2024
1 parent 692622c commit 8edd241
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/NServiceBus.NHibernate/NServiceBus.NHibernate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
<PackageReference Include="Obsolete.Fody" Version="5.3.0" PrivateAssets="All" />
<PackageReference Include="Particular.Packaging" Version="4.2.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup Label="Direct references to transitive dependencies to avoid versions with CVE">
<PackageReference Include="System.Net.Http" Version="4.3.4" PrivateAssets="All"/>
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" PrivateAssets="All"/>
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="NServiceBus.NHibernate.PersistenceTests" Key="$(NServiceBusTestsKey)" />
Expand Down

0 comments on commit 8edd241

Please sign in to comment.