Skip to content

Commit 8cde8d8

Browse files
dependabot[bot]arturcic
authored andcommitted
(deps): Bump the microsoft group across 1 directory with 9 updates
Bumps the microsoft group with 9 updates in the /src directory: | Package | From | To | | --- | --- | --- | | [Microsoft.Extensions.Configuration.CommandLine](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.0` | | [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) | `8.0.1` | `9.0.0` | | [Microsoft.Extensions.FileSystemGlobbing](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.0` | | [Microsoft.Extensions.FileSystemGlobbing](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.0` | | [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) | `8.0.1` | `9.0.0` | | [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.0` | | [Microsoft.Build.Utilities.Core](https://github.com/dotnet/msbuild) | `17.11.4` | `17.12.6` | | [Microsoft.IO.Redist](https://github.com/dotnet/maintenance-packages) | `6.0.1` | `6.1.0` | | [System.Drawing.Common](https://github.com/dotnet/winforms) | `8.0.10` | `9.0.0` | | [System.Security.Cryptography.Xml](https://github.com/dotnet/runtime) | `8.0.2` | `9.0.0` | Updates `Microsoft.Extensions.Configuration.CommandLine` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v9.0.0) Updates `Microsoft.Extensions.DependencyInjection` from 8.0.1 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.0) Updates `Microsoft.Extensions.FileSystemGlobbing` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v9.0.0) Updates `Microsoft.Extensions.FileSystemGlobbing` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v9.0.0) Updates `Microsoft.Extensions.Hosting` from 8.0.1 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.0) Updates `Microsoft.Bcl.AsyncInterfaces` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v9.0.0) Updates `Microsoft.Build.Utilities.Core` from 17.11.4 to 17.12.6 - [Release notes](https://github.com/dotnet/msbuild/releases) - [Changelog](https://github.com/dotnet/msbuild/blob/main/documentation/Changelog.md) - [Commits](dotnet/msbuild@v17.11.4...v17.12.6) Updates `Microsoft.IO.Redist` from 6.0.1 to 6.1.0 - [Commits](https://github.com/dotnet/maintenance-packages/commits) Updates `System.Drawing.Common` from 8.0.10 to 9.0.0 - [Release notes](https://github.com/dotnet/winforms/releases) - [Changelog](https://github.com/dotnet/winforms/blob/main/docs/release-activity.md) - [Commits](https://github.com/dotnet/winforms/commits) Updates `System.Security.Cryptography.Xml` from 8.0.2 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.2...v9.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.FileSystemGlobbing 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.Hosting dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.Bcl.AsyncInterfaces dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.Build.Utilities.Core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft - dependency-name: Microsoft.IO.Redist dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft - dependency-name: System.Drawing.Common dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: System.Security.Cryptography.Xml dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b821763 commit 8cde8d8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/Directory.Packages.props

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<PackageVersion Include="Microsoft.CodeAnalysis.VisualBasic" Version="4.11.0" />
1212
<PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4" />
1313
<PackageVersion Include="Microsoft.CSharp" Version="4.7.0" />
14-
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
15-
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
16-
<PackageVersion Include="Microsoft.IO.Redist" Version="6.0.1" />
14+
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
15+
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0" />
16+
<PackageVersion Include="Microsoft.IO.Redist" Version="6.1.0" />
1717
<PackageVersion Include="Polly" Version="8.5.0" />
1818
<PackageVersion Include="Roslynator.Analyzers" Version="4.12.9" />
1919
<PackageVersion Include="Roslynator.Formatting.Analyzers" Version="4.12.9" />
@@ -22,23 +22,23 @@
2222
<PackageVersion Include="JsonSchema.Net.Generation" Version="4.5.1" />
2323
<PackageVersion Include="JunitXml.TestLogger" Version="4.1.0" />
2424
<PackageVersion Include="MSBuild.ProjectCreation" Version="14.0.0" />
25-
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
25+
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.0" />
2626
<PackageVersion Include="Microsoft.Build" Version="17.11.4" />
2727
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.11.4" />
28-
<PackageVersion Include="Microsoft.Extensions.Configuration.CommandLine" Version="8.0.0" />
29-
<PackageVersion Include="Microsoft.Extensions.FileSystemGlobbing" Version="8.0.0" />
30-
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
31-
<PackageVersion Include="Microsoft.Extensions.Options" Version="8.0.2" />
28+
<PackageVersion Include="Microsoft.Extensions.Configuration.CommandLine" Version="9.0.0" />
29+
<PackageVersion Include="Microsoft.Extensions.FileSystemGlobbing" Version="9.0.0" />
30+
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
31+
<PackageVersion Include="Microsoft.Extensions.Options" Version="9.0.0" />
3232
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
3333
<PackageVersion Include="Microsoft.Win32.Registry" Version="6.0.0-preview.5.21301.5" />
3434
<PackageVersion Include="NSubstitute" Version="5.3.0" />
3535
<PackageVersion Include="NUnit" Version="4.2.2" />
3636
<PackageVersion Include="NUnit.Analyzers" Version="4.3.0" />
3737
<PackageVersion Include="NUnit3TestAdapter" Version="4.6.0" />
3838
<PackageVersion Include="Shouldly" Version="4.2.1" />
39-
<PackageVersion Include="System.Drawing.Common" Version="8.0.10" />
40-
<PackageVersion Include="System.Security.Cryptography.Xml" Version="8.0.2" />
41-
<PackageVersion Include="System.Text.Json" Version="8.0.5" />
39+
<PackageVersion Include="System.Drawing.Common" Version="9.0.0" />
40+
<PackageVersion Include="System.Security.Cryptography.Xml" Version="9.0.0" />
41+
<PackageVersion Include="System.Text.Json" Version="9.0.0" />
4242
<PackageVersion Include="YamlDotNet" Version="16.2.0" />
4343
<PackageVersion Include="coverlet.msbuild" Version="6.0.2" />
4444
</ItemGroup>

0 commit comments

Comments
 (0)