Skip to content

Commit 8ca8895

Browse files
Bump the microsoft group with 3 updates (#551)
Bumps Microsoft.AspNetCore.Mvc.NewtonsoftJson from 10.0.0 to 10.0.2 Bumps Microsoft.EntityFrameworkCore.Relational from 10.0.0 to 10.0.2 Bumps Microsoft.Extensions.Hosting.Abstractions from 10.0.0 to 10.0.2 --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.NewtonsoftJson dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Extensions.Hosting.Abstractions dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 597b6f3 commit 8ca8895

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Tingle.AspNetCore.JsonPatch.NewtonsoftJson/Tingle.AspNetCore.JsonPatch.NewtonsoftJson.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.NewtonsoftJson" Version="10.0.0" />
9+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="10.0.2" />
1010
</ItemGroup>
1111

1212
</Project>

src/Tingle.Extensions.EntityFrameworkCore/Tingle.Extensions.EntityFrameworkCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.0" />
10-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.0" />
9+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.2" />
10+
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.2" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)