Skip to content

Commit 6970a70

Browse files
(deps): Bump the microsoft group in /src with 8 updates
Bumps the microsoft group in /src with 8 updates: | Package | From | To | | --- | --- | --- | | [Microsoft.Extensions.Configuration.CommandLine](https://github.com/dotnet/runtime) | `7.0.0` | `8.0.0` | | [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) | `7.0.0` | `8.0.0` | | [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime) | `7.0.0` | `8.0.0` | | [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) | `7.0.1` | `8.0.0` | | [Microsoft.Extensions.FileSystemGlobbing](https://github.com/dotnet/runtime) | `7.0.0` | `8.0.0` | | [Microsoft.Extensions.Options](https://github.com/dotnet/runtime) | `7.0.1` | `8.0.0` | | [System.Text.Json](https://github.com/dotnet/runtime) | `7.0.3` | `8.0.0` | | [System.Text.Encodings.Web](https://github.com/dotnet/runtime) | `7.0.0` | `8.0.0` | Updates `Microsoft.Extensions.Configuration.CommandLine` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.0...v8.0.0) Updates `Microsoft.Extensions.DependencyInjection` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.0...v8.0.0) Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.0...v8.0.0) Updates `Microsoft.Extensions.Hosting` from 7.0.1 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.1...v8.0.0) Updates `Microsoft.Extensions.FileSystemGlobbing` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.0...v8.0.0) Updates `Microsoft.Extensions.Options` from 7.0.1 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.1...v8.0.0) Updates `System.Text.Json` from 7.0.3 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.3...v8.0.0) Updates `System.Text.Encodings.Web` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.CommandLine dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.Extensions.FileSystemGlobbing dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.Extensions.Options dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: System.Text.Encodings.Web dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 69bea5f commit 6970a70

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/Directory.Packages.props

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.7.2" />
1212
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.7.0" />
1313
<PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4" />
14-
<PackageVersion Include="Microsoft.Extensions.Configuration.CommandLine" Version="7.0.0" />
15-
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
16-
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
17-
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
18-
<PackageVersion Include="Microsoft.Extensions.FileSystemGlobbing" Version="7.0.0" />
19-
<PackageVersion Include="Microsoft.Extensions.Options" Version="7.0.1" />
14+
<PackageVersion Include="Microsoft.Extensions.Configuration.CommandLine" Version="8.0.0" />
15+
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
16+
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
17+
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
18+
<PackageVersion Include="Microsoft.Extensions.FileSystemGlobbing" Version="8.0.0" />
19+
<PackageVersion Include="Microsoft.Extensions.Options" Version="8.0.0" />
2020
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
2121
<PackageVersion Include="Microsoft.Win32.Registry" Version="6.0.0-preview.5.21301.5" />
2222
<PackageVersion Include="Buildalyzer" Version="5.0.1" />
@@ -32,8 +32,8 @@
3232
<PackageVersion Include="Shouldly" Version="4.2.1" />
3333
<PackageVersion Include="Polly" Version="8.1.0" />
3434
<PackageVersion Include="System.Net.Requests" Version="4.3.0" />
35-
<PackageVersion Include="System.Text.Json" Version="7.0.3" />
36-
<PackageVersion Include="System.Text.Encodings.Web" Version="7.0.0" />
35+
<PackageVersion Include="System.Text.Json" Version="8.0.0" />
36+
<PackageVersion Include="System.Text.Encodings.Web" Version="8.0.0" />
3737
<PackageVersion Include="YamlDotNet" Version="13.7.1" />
3838
</ItemGroup>
3939
</Project>

0 commit comments

Comments
 (0)