Skip to content

Commit e8b0ddc

Browse files
committed
升级依赖包
1 parent b205d14 commit e8b0ddc

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

src/EFCore.Taos.Core/Maikebing.EntityFrameworkCore.Taos.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
<Compile Include="..\Shared\*.cs" />
2626
</ItemGroup>
2727
<ItemGroup>
28-
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="5.0.7" />
29-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.7" />
30-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.7">
28+
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="5.0.9" />
29+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.9" />
30+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.9">
3131
<PrivateAssets>all</PrivateAssets>
3232
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3333
</PackageReference>
34-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.7" />
34+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.9" />
3535
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="5.0.0" />
3636
</ItemGroup>
3737
<ItemGroup>

src/Example/Example.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131

3232

3333
<ItemGroup>
34-
<PackageReference Include="ConsoleTableExt" Version="3.1.7" />
35-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.7" />
36-
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.10.8" />
34+
<PackageReference Include="ConsoleTableExt" Version="3.1.9" />
35+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.9" />
36+
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.11.1" />
3737
<PackageReference Include="System.Text.Encoding.CodePages" Version="5.0.0" />
3838
</ItemGroup>
3939

src/Maikebing.HealthChecks.Taos/Maikebing.HealthChecks.Taos.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="5.0.7" />
21-
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" Version="5.0.7" />
20+
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="5.0.9" />
21+
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" Version="5.0.9" />
2222
</ItemGroup>
2323

2424
<ItemGroup>

0 commit comments

Comments
 (0)