Skip to content

Commit 68ea581

Browse files
committed
Update packages
1 parent 4173239 commit 68ea581

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sample/aspnet-core/src/DynamicEntitySample.EntityFrameworkCore/DynamicEntitySample.EntityFrameworkCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0">
26+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.4">
2727
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2828
<PrivateAssets>compile; contentFiles; build; buildMultitargeting; buildTransitive; analyzers; native</PrivateAssets>
2929
</PackageReference>

test/EasyAbp.Abp.DynamicEntity.EntityFrameworkCore.Tests/EasyAbp.Abp.DynamicEntity.EntityFrameworkCore.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ItemGroup>
99
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
11-
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="8.0.0" />
11+
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="8.0.4" />
1212
<ProjectReference Include="..\..\src\EasyAbp.Abp.DynamicEntity.EntityFrameworkCore\EasyAbp.Abp.DynamicEntity.EntityFrameworkCore.csproj" />
1313
<ProjectReference Include="..\EasyAbp.Abp.DynamicEntity.TestBase\EasyAbp.Abp.DynamicEntity.TestBase.csproj" />
1414
<PackageReference Include="Volo.Abp.EntityFrameworkCore.Sqlite" Version="$(AbpVersion)" />

0 commit comments

Comments
 (0)