Skip to content

Commit c940de1

Browse files
Merge pull request #1354 from mauroservienti/dependabot/nuget/ASP.Net-Core-API-Gateway---01/Catalog.Api/multi-27b36369f7
Bump Microsoft.AspNetCore.Mvc.Testing and Microsoft.EntityFrameworkCore.InMemory
2 parents 0eb9c5e + 6703ffe commit c940de1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

ASP.Net Core API Gateway - 01/Catalog.Api/Catalog.Api.csproj

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

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.5" />
8+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.6" />
99
</ItemGroup>
1010

1111
</Project>

ASP.Net Core API Gateway - 01/Composition.Tests/Composition.Tests.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.AspNetCore.Mvc.Testing" Version="8.0.16" />
9+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.17" />
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
1111
<PackageReference Include="ServiceComposer.AspNetCore.Testing" Version="2.2.0" />
1212
<PackageReference Include="xunit" Version="2.9.3" />

ASP.Net Core API Gateway - 01/Sales.Api/Sales.Api.csproj

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

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.5" />
8+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.6" />
99
</ItemGroup>
1010

1111
</Project>

ASP.Net Core API Gateway - 01/Shipping.Api/Shipping.Api.csproj

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

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.5" />
8+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.6" />
99
</ItemGroup>
1010

1111
</Project>

ASP.Net Core API Gateway - 01/Warehouse.Api/Warehouse.Api.csproj

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

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.5" />
8+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.6" />
99
</ItemGroup>
1010

1111
</Project>

0 commit comments

Comments
 (0)