Skip to content
This repository was archived by the owner on Oct 16, 2022. It is now read-only.

Commit acefb28

Browse files
committed
chore(deps): update dotnet monorepo to v3.1.13
1 parent 2e8de96 commit acefb28

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/api/SampleAngular.WebAPI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
<ItemGroup>
1515
<PackageReference Include="Microsoft.AspNetCore.Cors" Version="2.2.0" />
16-
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.1.8" />
17-
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="3.1.8" />
16+
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.1.13" />
17+
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="3.1.13" />
1818
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.6.3" />
1919
</ItemGroup>
2020

src/system/core/application/SampleAngular.Application.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="9.0.0" />
2323
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
2424
<PackageReference Include="Microsoft.AspNetCore.SignalR.Core" Version="1.1.0" />
25-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.8" />
26-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.8" />
25+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.13" />
26+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.13" />
2727
</ItemGroup>
2828

2929
</Project>

src/system/infrastructure/SampleAngular.Infrastructure.csproj

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

77
<ItemGroup>
88
<PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.1.0" />
9-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.8" />
10-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.8" />
11-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.8" />
9+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.13" />
10+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.13" />
11+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.13" />
1212
<PackageReference Include="SqlTableDependency" Version="8.5.8" />
1313
</ItemGroup>
1414

0 commit comments

Comments
 (0)