Skip to content

Commit

Permalink
Merge pull request #43 from wemogy/fix/in-memory-implementation
Browse files Browse the repository at this point in the history
Updated wemogy.Core to fix clone issue
  • Loading branch information
SebastianKuesters committed Nov 28, 2022
2 parents 7453697 + 7cfa4cd commit 17263c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageReference Include="FluentAssertions" Version="6.7.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
<PackageReference Include="Wemogy.Core" Version="0.5.4" />
<PackageReference Include="Wemogy.Core" Version="0.5.6" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Wemogy.Core" Version="0.5.4" />
<PackageReference Include="Wemogy.Core" Version="0.5.6" />
</ItemGroup>
<ItemGroup>
<Compile Update="Repositories\DatabaseRepository`1.Exists.cs">
Expand Down

0 comments on commit 17263c1

Please sign in to comment.