Skip to content

Commit 76c0f8b

Browse files
Bump Microsoft.AspNetCore.Mvc.Testing and Microsoft.EntityFrameworkCore.InMemory
Bumps Microsoft.AspNetCore.Mvc.Testing from 8.0.16 to 8.0.17 Bumps Microsoft.EntityFrameworkCore.InMemory to 9.0.6 --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-version: 8.0.17 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore.InMemory dependency-version: 9.0.6 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore.InMemory dependency-version: 9.0.6 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore.InMemory dependency-version: 9.0.6 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore.InMemory dependency-version: 9.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d2373ea commit 76c0f8b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

ASP.Net Core API Gateway - 02/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 - 02/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 - 02/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 - 02/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 - 02/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)