Skip to content

Commit

Permalink
build: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
delepster committed Apr 13, 2023
1 parent 126fb6e commit 8f20699
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Mongo.Migration/Mongo.Migration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="LightInject" Version="6.6.3" />
<PackageReference Include="Microsoft.AspNetCore.MiddlewareAnalysis" Version="6.0.15" />
<PackageReference Include="Microsoft.AspNetCore.MiddlewareAnalysis" Version="6.0.16" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
<PackageReference Include="MinVer" Version="4.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MongoDB.Driver" Version="2.19.0" />
<PackageReference Include="NLog" Version="5.1.2" />
<PackageReference Include="MongoDB.Driver" Version="2.19.1" />
<PackageReference Include="NLog" Version="5.1.3" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<None Include="op-icon.png" Pack="true" PackagePath="" />
</ItemGroup>
Expand Down

0 comments on commit 8f20699

Please sign in to comment.