Skip to content

Commit bf69d3c

Browse files
author
yingtingxu
committed
release v3.1.3
1 parent 2617f2d commit bf69d3c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

samples/AspNetCore2.2.MVC.EF.Blogs/AspNetCore2.2.MVC.EF.Blogs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.0" />
9+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.3" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

src/Microsoft.EntityFrameworkCore.AutoHistory/Microsoft.EntityFrameworkCore.AutoHistory.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>A plugin for Microsoft.EntityFrameworkCore to support automatically recording data changes history.</Description>
4-
<VersionPrefix>3.1.1</VersionPrefix>
4+
<VersionPrefix>3.1.3</VersionPrefix>
55
<Authors>rigofunc;rigofunc@outlook.com</Authors>
66
<TargetFramework>netstandard2.0</TargetFramework>
77
<NoWarn>$(NoWarn);CS1591</NoWarn>
@@ -17,6 +17,6 @@
1717
</PropertyGroup>
1818
<ItemGroup>
1919
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
20-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="3.1.0" />
20+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="3.1.3" />
2121
</ItemGroup>
2222
</Project>

test/Microsoft.EntityFrameworkCore.AutoHistory.Test/Microsoft.EntityFrameworkCore.AutoHistory.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
99
</PropertyGroup>
1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
12-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.1.0" />
11+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
12+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.1.3" />
1313
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
1414
<PackageReference Include="xunit" Version="2.4.1" />
1515
</ItemGroup>

0 commit comments

Comments
 (0)