Skip to content

Commit

Permalink
Depend on Npgsql 4.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed May 21, 2019
1 parent b0e7264 commit 7621572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/EntityFramework6.Npgsql/EntityFramework6.Npgsql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<Reference Include="System.ComponentModel.DataAnnotations" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Npgsql" Version="4.0.2" />
<PackageReference Include="Npgsql" Version="4.0.7" />
<PackageReference Include="EntityFramework" Version="6.2.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion test/EntityFramework6.Npgsql.Tests/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Npgsql" publicKeyToken="5d8b90d52f46fda7" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.2.0" />
<bindingRedirect oldVersion="0.0.0.0-4.0.6.0" newVersion="4.0.7.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down

0 comments on commit 7621572

Please sign in to comment.