Skip to content

Commit 0295193

Browse files
dependabot[bot]arturcic
authored andcommitted
(deps): Bump the microsoft group in /src with 2 updates
Bumps the microsoft group in /src with 2 updates: [System.Text.Json](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Options](https://github.com/dotnet/runtime). Updates `System.Text.Json` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits) Updates `Microsoft.Extensions.Options` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits) --- updated-dependencies: - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Extensions.Options dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 56d230d commit 0295193

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Directory.Packages.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
1818
<PackageVersion Include="Microsoft.Extensions.FileSystemGlobbing" Version="8.0.0" />
1919
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
20-
<PackageVersion Include="Microsoft.Extensions.Options" Version="8.0.0" />
20+
<PackageVersion Include="Microsoft.Extensions.Options" Version="8.0.1" />
2121
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
2222
<PackageVersion Include="Microsoft.Win32.Registry" Version="6.0.0-preview.5.21301.5" />
2323
<PackageVersion Include="NSubstitute" Version="5.1.0" />
@@ -28,7 +28,7 @@
2828
<PackageVersion Include="Roslynator.Analyzers" Version="4.8.0" />
2929
<PackageVersion Include="Roslynator.Formatting.Analyzers" Version="4.8.0" />
3030
<PackageVersion Include="Shouldly" Version="4.2.1" />
31-
<PackageVersion Include="System.Text.Json" Version="8.0.0" />
31+
<PackageVersion Include="System.Text.Json" Version="8.0.1" />
3232
<PackageVersion Include="YamlDotNet" Version="13.7.1" />
3333
<PackageVersion Include="coverlet.msbuild" Version="6.0.0" />
3434
</ItemGroup>

0 commit comments

Comments
 (0)