Skip to content

Commit

Permalink
Release new preview of Codehard.Infrastructure.EntityFramework nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
rungwiroon committed Dec 11, 2023
1 parent cd0055d commit 52f7fa6
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 @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>3.0.0-preview-3</Version>
<Version>3.0.0-preview-4</Version>
<Description>A library contains common code related to Entity Framework Core.</Description>
<PackageProjectUrl>https://github.com/codehardth/Codehard.Common</PackageProjectUrl>
<RepositoryUrl>https://github.com/codehardth/Codehard.Common</RepositoryUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public async IAsyncEnumerable<T> QueryAsync(

var source =
query.AsAsyncEnumerable()
.WithCancellation(cancellationToken);
.WithCancellation(cancellationToken);

await foreach (var e in source)
{
Expand Down

0 comments on commit 52f7fa6

Please sign in to comment.