Skip to content

Commit

Permalink
build: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
delepster committed Aug 3, 2023
1 parent e15fa2b commit a4f9884
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Mongo.Migration.Test.Core/Mongo.Migration.Test.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="NSubstitute" Version="5.0.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="Mongo2Go" Version="3.1.3" />
Expand Down
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.4" />
<PackageReference Include="Microsoft.AspNetCore.MiddlewareAnalysis" Version="6.0.16" />
<PackageReference Include="Microsoft.AspNetCore.MiddlewareAnalysis" Version="6.0.20" />
<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.2" />
<PackageReference Include="NLog" Version="5.2.0" />
<PackageReference Include="MongoDB.Driver" Version="2.20.0" />
<PackageReference Include="NLog" Version="5.2.2" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<None Include="op-icon.png" Pack="true" PackagePath="" />
</ItemGroup>
Expand Down

0 comments on commit a4f9884

Please sign in to comment.