Skip to content

Commit

Permalink
feat: Update Domain Modeling
Browse files Browse the repository at this point in the history
  • Loading branch information
leksyCode committed Jul 6, 2022
1 parent 719e02e commit 70e4dd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Elders.Cronus.Tests/Elders.Cronus.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RootNamespace>Elders.Cronus</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cronus.DomainModeling" Version="8.0.0" />
<PackageReference Include="Cronus.DomainModeling" Version="8.1.0" />
<PackageReference Include="Machine.Specifications" Version="1.0.0" />
<PackageReference Include="Machine.Specifications.Runner.VisualStudio" Version="2.10.2" />
<PackageReference Include="Machine.Specifications.Should" Version="1.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/Elders.Cronus/Elders.Cronus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cronus.DomainModeling" Version="8.0.0" />
<PackageReference Include="Cronus.DomainModeling" Version="8.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.2.7" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
Expand Down

0 comments on commit 70e4dd2

Please sign in to comment.