Skip to content

Commit

Permalink
Bump version to 3.1.11 and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Jan 21, 2021
1 parent 5dc538e commit 166ee82
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Copyright>Copyright 2020 © The Npgsql Development Team</Copyright>
<Company>Npgsql</Company>
<VersionPrefix>3.1.5</VersionPrefix>
<VersionPrefix>3.1.11</VersionPrefix>

<RepositoryType>git</RepositoryType>
<RepositoryUrl>git://github.com/npgsql/efcore.pg</RepositoryUrl>
Expand Down
22 changes: 11 additions & 11 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<Project>
<ItemGroup>
<PackageReference Update="Microsoft.EntityFrameworkCore" Version="3.1.4" />
<PackageReference Update="Microsoft.EntityFrameworkCore.Relational" Version="3.1.4" />
<PackageReference Update="Microsoft.EntityFrameworkCore.Abstractions" Version="3.1.4" />
<PackageReference Update="Microsoft.EntityFrameworkCore.Relational.Specification.Tests" Version="3.1.4" />
<PackageReference Update="Microsoft.EntityFrameworkCore.Design" Version="3.1.4" />
<PackageReference Update="Microsoft.EntityFrameworkCore" Version="3.1.11" />
<PackageReference Update="Microsoft.EntityFrameworkCore.Relational" Version="3.1.11" />
<PackageReference Update="Microsoft.EntityFrameworkCore.Abstractions" Version="3.1.11" />
<PackageReference Update="Microsoft.EntityFrameworkCore.Relational.Specification.Tests" Version="3.1.11" />
<PackageReference Update="Microsoft.EntityFrameworkCore.Design" Version="3.1.11" />

<PackageReference Update="Microsoft.Extensions.Configuration.Json" Version="3.1.4" />
<PackageReference Update="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="3.1.4" />
<PackageReference Update="Microsoft.Extensions.Logging" Version="3.1.4" />
<PackageReference Update="Microsoft.Extensions.Configuration.Json" Version="3.1.11" />
<PackageReference Update="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="3.1.11" />
<PackageReference Update="Microsoft.Extensions.Logging" Version="3.1.11" />

<PackageReference Update="Npgsql" Version="4.1.3.1" />
<PackageReference Update="Npgsql.NodaTime" Version="4.1.3" />
<PackageReference Update="Npgsql.NetTopologySuite" Version="4.1.3" />
<PackageReference Update="Npgsql" Version="4.1.8" />
<PackageReference Update="Npgsql.NodaTime" Version="4.1.8" />
<PackageReference Update="Npgsql.NetTopologySuite" Version="4.1.8" />

<PackageReference Update="Microsoft.SourceLink.GitHub" Version="1.0.0" />
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="16.5.0" />
Expand Down

0 comments on commit 166ee82

Please sign in to comment.