Skip to content

Commit

Permalink
Bump the extensions group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the extensions group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime) | `6.0.0` | `9.0.1` |
| [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) | `1.0.3` | `1.0.3` |
| [Microsoft.Extensions.Configuration.UserSecrets](https://github.com/dotnet/runtime) | `7.0.0` | `9.0.1` |
| [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.1` |
| [Microsoft.Extensions.Logging.EventSource](https://github.com/dotnet/runtime) | `6.0.0` | `9.0.1` |



Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 6.0.0 to 9.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v6.0.0...v9.0.1)

Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3
- [Commits](https://github.com/Microsoft/dotnet/commits)

Updates `Microsoft.Extensions.Configuration.UserSecrets` from 7.0.0 to 9.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.0...v9.0.1)

Updates `Microsoft.Extensions.DependencyInjection` from 8.0.0 to 9.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v9.0.1)

Updates `Microsoft.Extensions.Logging.EventSource` from 6.0.0 to 9.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v6.0.0...v9.0.1)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: extensions
- dependency-name: Microsoft.NETFramework.ReferenceAssemblies
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: extensions
- dependency-name: Microsoft.Extensions.Configuration.UserSecrets
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: extensions
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: extensions
- dependency-name: Microsoft.Extensions.Logging.EventSource
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: extensions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent d67109c commit 2842687
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
<PackageVersion Include="Devlooped.Dynamically" Version="1.0.3" />
<PackageVersion Include="MediatR" Version="12.2.0" />
<PackageVersion Include="Merq.DependencyInjection" Version="2.0.0-rc.6" />
<PackageVersion Include="Microsoft.Extensions.Configuration.UserSecrets" Version="7.0.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.1" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
<PackageVersion Include="NuGetizer" Version="1.0.5" />
<PackageVersion Include="IFluentInterface" Version="2.1.0" />
<PackageVersion Include="OpenTelemetry.Exporter.Console" Version="1.3.1" />
<PackageVersion Include="OpenTelemetry.Exporter.Zipkin" Version="1.3.1" />
<PackageVersion Include="Spectre.Console" Version="0.45.0" />
<PackageVersion Include="System.Composition.AttributedModel" Version="6.0.0" />
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="6.0.0" />
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="9.0.1" />
<PackageVersion Include="ThisAssembly.Project" Version="1.3.0" />
<PackageVersion Include="Microsoft.CSharp" Version="4.7.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.2.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="4.2.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="9.0.1" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.1" />
<PackageVersion Include="Microsoft.VisualStudio.Composition" Version="17.2.41" />
<PackageVersion Include="Microsoft.VisualStudio.Shell.Framework" Version="17.3.32804.24" />
<PackageVersion Include="Microsoft.VisualStudio.ComponentModelHost" Version="17.3.198" />
Expand All @@ -33,7 +33,7 @@
<PackageVersion Include="Superpower" Version="3.0.0" />
<PackageVersion Include="Devlooped.Extensions.DependencyInjection.Attributed" Version="1.3.2" />
<PackageVersion Include="RxFree" Version="1.1.2" />
<PackageVersion Include="Microsoft.Extensions.Logging.EventSource" Version="6.0.0" />
<PackageVersion Include="Microsoft.Extensions.Logging.EventSource" Version="9.0.1" />
<PackageVersion Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" />
</ItemGroup>
<ItemGroup Label="Tests">
Expand Down

0 comments on commit 2842687

Please sign in to comment.