Skip to content

Commit

Permalink
fix - Package upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangeeth Nandakumar committed Jan 21, 2024
1 parent b4b88b0 commit a3153b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions Twileloop.UOW.Demo/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,11 @@ private static void MongoDBTests()
{
new Car
{
Id = 1,
Make = "BMW",
Model = "S Series"
},
new Car
{
Id=2,
Make = "Bugatty",
Model = "Chiron"
},
Expand Down
4 changes: 2 additions & 2 deletions Twileloop.UOW.LiteDB/Twileloop.UOW.LiteDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

<ItemGroup>
<PackageReference Include="Humanizer" Version="2.14.1" />
<PackageReference Include="LiteDB" Version="5.0.16" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
<PackageReference Include="LiteDB" Version="5.0.17" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Twileloop.UOW.MongoDB/Twileloop.UOW.MongoDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

<ItemGroup>
<PackageReference Include="Humanizer" Version="2.14.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
<PackageReference Include="MongoDB.Driver" Version="2.19.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
<PackageReference Include="MongoDB.Driver" Version="2.23.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a3153b7

Please sign in to comment.