Skip to content

Commit

Permalink
Updates cronus domain modeling
Browse files Browse the repository at this point in the history
  • Loading branch information
Kali-Sh committed Nov 6, 2024
1 parent 341629f commit 47cc030
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/Elders.Cronus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<ItemGroup>
<PackageReference Include="CommunityToolkit.HighPerformance" Version="8.3.2" />
<PackageReference Include="Cronus.DomainModeling" Version="11.0.0-preview.8" />
<PackageReference Include="Cronus.DomainModeling" Version="11.0.0-preview.12" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.0-rc.2.24473.5" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.0-rc.2.24473.5" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="9.0.0-rc.2.24473.5" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public IEnumerable<ProjectionVersion> GetProjectionVersionsToBootstrap()
{
if (typeof(IProjectionDefinition).IsAssignableFrom(projectionType) || typeof(IAmEventSourcedProjection).IsAssignableFrom(projectionType))
{
yield return GetCurrentLiveVersionOrTheDefaultOne(projectionType).GetAwaiter().GetResult(); // oof
yield return GetCurrentLiveVersionOrTheDefaultOne(projectionType).GetAwaiter().GetResult();
}
}
}
Expand Down

0 comments on commit 47cc030

Please sign in to comment.