Skip to content

Commit

Permalink
Depend on Npgsql 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Jul 15, 2018
1 parent c5fddfa commit 5f65755
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/EFCore.PG.NTS/EFCore.PG.NTS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Npgsql.NetTopologySuite" Version="1.0.1" />
<PackageReference Include="Npgsql" Version="4.0.1" />
<PackageReference Include="Npgsql" Version="4.0.2" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/EFCore.PG.NodaTime/EFCore.PG.NodaTime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<ProjectReference Include="..\EFCore.PG\EFCore.PG.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Npgsql" Version="4.0.1" />
<PackageReference Include="Npgsql" Version="4.0.2" />
<PackageReference Include="Npgsql.NodaTime" Version="1.0.0" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions src/EFCore.PG/EFCore.PG.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.1.1" PrivateAssets="none" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="2.1.1" PrivateAssets="none" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="2.1.1" PrivateAssets="none" />
<PackageReference Include="Npgsql" Version="4.0.1" />
<PackageReference Include="Npgsql" Version="4.0.2" />
</ItemGroup>
<ItemGroup>
<None Update="Properties\NpgsqlStrings.Designer.tt">
Expand All @@ -51,4 +51,4 @@
<CustomToolNamespace>Npgsql.EntityFrameworkCore.PostgreSQL.Internal</CustomToolNamespace>
</EmbeddedResource>
</ItemGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<PackageReference Include="xunit.core" Version="2.3.1" />
<PackageReference Include="xunit.assert" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0-beta.2.build4010" />
<PackageReference Include="Npgsql" Version="4.0.1" />
<PackageReference Include="Npgsql" Version="4.0.2" />
</ItemGroup>
</Project>

0 comments on commit 5f65755

Please sign in to comment.