Skip to content

Commit

Permalink
Support for EFCore 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCiliaVincenti committed Dec 2, 2023
1 parent 75b90cb commit 615f4c2
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
@@ -1,22 +1,22 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Authors>Mark Cilia Vincenti</Authors>
<RepositoryUrl>https://github.com/MarkCiliaVincenti/ResilientSaveChanges.EFCore.git</RepositoryUrl>
<PackageProjectUrl>https://github.com/MarkCiliaVincenti/ResilientSaveChanges.EFCore</PackageProjectUrl>
<Copyright>MIT</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>7.0.14.0</Version>
<Version>8.0.0.0</Version>
<PackageIcon>logo.png</PackageIcon>
<PackageReleaseNotes>Support for EFCore 7.0.14</PackageReleaseNotes>
<PackageReleaseNotes>Support for EFCore 8.0.0</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.14.0</AssemblyVersion>
<FileVersion>7.0.14.0</FileVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<FileVersion>8.0.0.0</FileVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<IsPackable>true</IsPackable>
<IsTrimmable>true</IsTrimmable>
Expand Down

0 comments on commit 615f4c2

Please sign in to comment.