Skip to content

Commit

Permalink
升级到3.1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Coldairarrow committed Jul 18, 2020
1 parent 1299414 commit df52031
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/EFCore.Sharding.MySql/EFCore.Sharding.MySql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageProjectUrl>https://github.com/Coldairarrow/EFCore.Sharding</PackageProjectUrl>
<RepositoryUrl>https://github.com/Coldairarrow/EFCore.Sharding</RepositoryUrl>
<RepositoryType>github</RepositoryType>
<Version>3.1.4.24</Version>
<Version>3.1.6.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="3.1.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageProjectUrl>https://github.com/Coldairarrow/EFCore.Sharding</PackageProjectUrl>
<RepositoryUrl>https://github.com/Coldairarrow/EFCore.Sharding</RepositoryUrl>
<RepositoryType>github</RepositoryType>
<Version>3.1.4.24</Version>
<Version>3.1.6.1</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
4 changes: 2 additions & 2 deletions src/EFCore.Sharding.SQLite/EFCore.Sharding.SQLite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<PackageProjectUrl>https://github.com/Coldairarrow/EFCore.Sharding</PackageProjectUrl>
<RepositoryUrl>https://github.com/Coldairarrow/EFCore.Sharding</RepositoryUrl>
<RepositoryType>github</RepositoryType>
<Version>3.1.4.24</Version>
<Version>3.1.6.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.6" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\EFCore.Sharding\EFCore.Sharding.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<PackageProjectUrl>https://github.com/Coldairarrow/EFCore.Sharding</PackageProjectUrl>
<RepositoryUrl>https://github.com/Coldairarrow/EFCore.Sharding</RepositoryUrl>
<RepositoryType>github</RepositoryType>
<Version>3.1.4.24</Version>
<Version>3.1.6.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.6" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\EFCore.Sharding\EFCore.Sharding.csproj" />
Expand Down
8 changes: 4 additions & 4 deletions src/EFCore.Sharding/EFCore.Sharding.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageProjectUrl>https://github.com/Coldairarrow/EFCore.Sharding</PackageProjectUrl>
<RepositoryUrl>https://github.com/Coldairarrow/EFCore.Sharding</RepositoryUrl>
<RepositoryType>github</RepositoryType>
<Version>3.1.4.24</Version>
<Version>3.1.6.1</Version>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
</PropertyGroup>

Expand All @@ -29,11 +29,11 @@
<PackageReference Include="Castle.Core" Version="4.4.1" />
<PackageReference Include="Dynamitey" Version="2.0.10.189" />
<PackageReference Include="LinqKit.Microsoft.EntityFrameworkCore" Version="3.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="3.1.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="3.1.6" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Quartz" Version="3.0.7" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.1.5" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.1.8" />
<PackageReference Include="System.ServiceModel.Primitives" Version="4.7.0" />
</ItemGroup>
</Project>

0 comments on commit df52031

Please sign in to comment.