Skip to content

Commit

Permalink
Update EF to 6.5.1 to get a newer System.Data.SqlClient version (#36)
Browse files Browse the repository at this point in the history
* update DelegateDecompiler.EntityFramework to version 0.34.0

* update EntityFramework to version 6.5.1 ( https://erikej.github.io/ef6/dotnet/2024/05/16/ef6-whatsnew.html )
  • Loading branch information
MagicAndre1981 authored Aug 19, 2024
1 parent 6a5a906 commit 8208081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AutoMapper.EF6/AutoMapper.EF6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

<ItemGroup>
<PackageReference Include="MinVer" Version="2.3.1" PrivateAssets="All" />
<PackageReference Include="EntityFramework" Version="6.4.4" />
<PackageReference Include="DelegateDecompiler.EntityFramework" Version="0.32.0" />
<PackageReference Include="EntityFramework" Version="6.5.1" />
<PackageReference Include="DelegateDecompiler.EntityFramework" Version="0.34.0" />
<PackageReference Include="AutoMapper" Version="10.1.1" />
</ItemGroup>

Expand Down

0 comments on commit 8208081

Please sign in to comment.