Skip to content

Commit 6312a2e

Browse files
Bump Microsoft.Extensions.DependencyInjection, Microsoft.Extensions.Logging and Microsoft.NETFramework.ReferenceAssemblies
Bumps [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime), [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime) and [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet). These dependencies needed to be updated together. Updates `Microsoft.Extensions.DependencyInjection` from 9.0.3 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.3...v9.0.3) Updates `Microsoft.Extensions.Logging` from 8.0.1 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.3) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 92631cc commit 6312a2e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Directory.Packages.props

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<PackageVersion Include="AWSSDK.Extensions.NETCore.Setup" Version="3.7.300" />
44
<PackageVersion Include="AWSSDK.SimpleNotificationService" Version="3.7.400.25" />
55
<PackageVersion Include="AWSSDK.SQS" Version="3.7.400.25" />
6-
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="1.1.1" />
6+
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.3" />
77
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
8-
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="1.1.0" Condition=" '$(TargetFramework)' == 'net461' " />
9-
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.0.0" Condition=" '$(TargetFramework)' == 'netstandard2.0' " />
10-
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" Condition=" '$(TargetFramework)' == 'net8.0' " />
11-
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="2.0.0" />
8+
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.3" Condition=" '$(TargetFramework)' == 'net461' " />
9+
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.3" Condition=" '$(TargetFramework)' == 'netstandard2.0' " />
10+
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.3" Condition=" '$(TargetFramework)' == 'net8.0' " />
11+
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.3" />
1212
<PackageVersion Include="Newtonsoft.Json" Version="13.0.1" />
1313
<PackageVersion Include="StructureMap" Version="4.6.0" />
1414
<PackageVersion Include="System.Text.Json" Version="4.6.0" />
@@ -28,7 +28,7 @@
2828
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
2929
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="9.0.3" />
3030
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
31-
<PackageVersion Include="Microsoft.Extensions.Logging" Version="8.0.1" />
31+
<PackageVersion Include="Microsoft.Extensions.Logging" Version="9.0.3" />
3232
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="8.0.1" />
3333
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
3434
<PackageVersion Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" />

0 commit comments

Comments
 (0)