Skip to content

Commit

Permalink
Add new package references in three projects
Browse files Browse the repository at this point in the history
Three projects have been updated with new package references. In the 'DataStorage' project, 'LiteDB' and 'MongoDB.Driver' have been added. 'BenchmarkDotNet.Diagnostics.Windows', 'Microsoft.Extensions.Configuration' and 'Microsoft.Extensions.DependencyInjection' have been added in the 'Tests.Benchmark' project. For the 'DataStorage.Tests' project, 'FluentAssertions' and 'Mongo2Go' were included.
  • Loading branch information
frankhaugen committed Dec 2, 2023
1 parent 56bdbf3 commit 45e0fb9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@

<ItemGroup>
<PackageReference Include="AutoBogus" Version="2.13.1"/>
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1"/>
<PackageReference Include="Extensions.Configuration.Object" Version="1.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="Mongo2Go" Version="3.1.3" />
<PackageReference Include="xunit" Version="2.6.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@


<ItemGroup>
<PackageReference Include="LiteDB" Version="5.0.17" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.13" />
<PackageReference Include="MongoDB.Driver" Version="2.22.0" />
<PackageReference Include="Namotion.Reflection" Version="3.1.0" />
<PackageReference Include="System.IO.Abstractions" Version="19.2.69" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="7.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.10" />
<PackageReference Include="AutoBogus" Version="2.13.1" />
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.10" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 45e0fb9

Please sign in to comment.