Skip to content

Commit

Permalink
Limit MongoDB.Driver to strong-named versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cquirosj authored Sep 17, 2024
1 parent 39b7a31 commit 7b16091
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MongoDB.Driver" Version="[2.24.0, 3.0.0)" />
<PackageReference Include="MongoDB.Driver" Version="[2.28.0, 3.0.0)" />
<PackageReference Include="NServiceBus" Version="[9.0.0, 10.0.0)" />
<PackageReference Include="Particular.Packaging" Version="4.1.0" PrivateAssets="All" />
</ItemGroup>
Expand Down

0 comments on commit 7b16091

Please sign in to comment.