Skip to content

Commit 690ad4d

Browse files
Bump Microsoft.Extensions.Configuration.Json
Bumps the microsoftextensions group with 1 update: [Microsoft.Extensions.Configuration.Json](https://github.com/dotnet/runtime). Updates `Microsoft.Extensions.Configuration.Json` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.Json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoftextensions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e5d5fbc commit 690ad4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sample/Tracker/Tracker.Database/Tracker.Database.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<ItemGroup>
1818
<PackageReference Include="dbup-sqlserver" Version="5.0.41" />
1919
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
20-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
20+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
2121
</ItemGroup>
2222

2323
<ItemGroup>

test/EntityFrameworkCore.Generator.Core.Tests/EntityFrameworkCore.Generator.Core.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<PackageReference Include="dbup-sqlserver" Version="5.0.41" />
2727
<PackageReference Include="FluentAssertions" Version="6.12.1" />
2828
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
29-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
29+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
3030
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
3131
<PackageReference Include="xunit" Version="2.9.2" />
3232
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">

0 commit comments

Comments
 (0)