Skip to content

Commit 4630c33

Browse files
author
yingtingxu(徐应庭)
committed
deps: update deps to latest v5.0.7
1 parent 12a37cf commit 4630c33

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

samples/AspNetCore5.0.MVC.EF.Blogs/AspNetCore5.0.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="5.0.0" />
9+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.7" />
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>5.0.0</VersionPrefix>
4+
<VersionPrefix>5.0.7</VersionPrefix>
55
<Authors>rigofunc;rigofunc@outlook.com</Authors>
66
<TargetFramework>net5.0</TargetFramework>
77
<NoWarn>$(NoWarn);CS1591</NoWarn>
@@ -16,6 +16,6 @@
1616
<RepositoryUrl>https://github.com/arch/AutoHistory.git</RepositoryUrl>
1717
</PropertyGroup>
1818
<ItemGroup>
19-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.0" />
19+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.7" />
2020
</ItemGroup>
2121
</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.9.1" />
12-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.0" />
11+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
12+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.7" />
1313
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)