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 20, 2024
1 parent f5aeabd commit e4c094a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -28,7 +28,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="Mongo2Go" Version="3.1.3" />
Expand Down
4 changes: 2 additions & 2 deletions Mongo.Migration/Mongo.Migration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="LightInject" Version="6.6.4" />
<PackageReference Include="Microsoft.AspNetCore.MiddlewareAnalysis" Version="8.0.7" />
<PackageReference Include="Microsoft.AspNetCore.MiddlewareAnalysis" Version="8.0.8" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="MinVer" Version="5.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MongoDB.Driver" Version="2.28.0" />
<PackageReference Include="NLog" Version="5.3.2" />
<PackageReference Include="NLog" Version="5.3.3" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<None Include="op-icon.png" Pack="true" PackagePath="" />
</ItemGroup>
Expand Down

0 comments on commit e4c094a

Please sign in to comment.