Skip to content

Commit

Permalink
Aligned Npgsql version to 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardudycz committed Sep 29, 2019
1 parent 6716104 commit 47c1427
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Marten/Marten.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Postgresql as a Document Db and Event Store for .Net Development</Description>
<VersionPrefix>3.8.1</VersionPrefix>
Expand Down Expand Up @@ -37,8 +37,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Npgsql" Version="[4.0,4.1)" />
<PackageReference Include="Npgsql.Json.NET" Version="[4.0,4.1)" />
<PackageReference Include="Npgsql" Version="[4.0.4,4.1)" />
<PackageReference Include="Npgsql.Json.NET" Version="[4.0.4,4.1)" />
<PackageReference Include="Remotion.Linq" Version="2.2.0" />
<PackageReference Include="Baseline" Version="1.5.0" />
<PackageReference Include="System.Memory" Version="4.5.3" />
Expand Down

0 comments on commit 47c1427

Please sign in to comment.