Skip to content

Commit

Permalink
Support for EFCore 7.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCiliaVincenti committed Oct 11, 2023
1 parent d57a084 commit cba3d44
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ResilientSaveChanges.EFCore/ResilientSaveChanges.EFCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
<PackageProjectUrl>https://github.com/MarkCiliaVincenti/ResilientSaveChanges.EFCore</PackageProjectUrl>
<Copyright>MIT</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>7.0.5.0</Version>
<Version>7.0.12.0</Version>
<PackageIcon>logo.png</PackageIcon>
<PackageReleaseNotes>Support for EFCore 7.0.5</PackageReleaseNotes>
<PackageReleaseNotes>Support for EFCore 7.0.12</PackageReleaseNotes>
<Description>A library that allows resilient context.SaveChanges / SaveChangesAsync in Entity Framework Core, logging of long-running transactions and limiting of concurrent SaveChanges.</Description>
<Copyright>© 2023 Mark Cilia Vincenti</Copyright>
<PackageTags>resilient,resiliency,efcore,savechanges,savechangesasync</PackageTags>
<RepositoryType>git</RepositoryType>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<AssemblyVersion>7.0.5.0</AssemblyVersion>
<FileVersion>7.0.5.0</FileVersion>
<AssemblyVersion>7.0.12.0</AssemblyVersion>
<FileVersion>7.0.12.0</FileVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<IsPackable>true</IsPackable>
<IsTrimmable>true</IsTrimmable>
Expand Down Expand Up @@ -48,7 +48,7 @@

<ItemGroup>
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.12" />
</ItemGroup>

</Project>

0 comments on commit cba3d44

Please sign in to comment.