Skip to content

Commit

Permalink
Library should run on .NET 6 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
artiomchi committed Nov 22, 2022
1 parent 104d917 commit 152a890
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net7.0</TargetFrameworks>
<TargetFrameworks>net6.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<NeutralLanguage>en</NeutralLanguage>
<Nullable>enable</Nullable>
Expand All @@ -23,7 +23,7 @@ Also supports injecting sql command generators to add support for other provider
<VersionPrefix>7.0.0</VersionPrefix>
<PackageReleaseNotes>
v7.0.0
+ Adding support for .NET 7 and EF Core 7
+ Adding support for EF Core 7

v6.0.2
* Improving entity type detection when using DbSet&lt;&gt;
Expand Down

0 comments on commit 152a890

Please sign in to comment.