Skip to content

Commit 767787e

Browse files
Bump the extensions group with 2 updates
Bumps the extensions group with 2 updates: [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) and [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime). Updates `Microsoft.Extensions.DependencyInjection` from 8.0.0 to 9.0.4 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v9.0.4) Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 6.0.0 to 9.0.4 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v6.0.0...v9.0.4) --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: extensions - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: extensions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f7cb3d8 commit 767787e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/CodeAnalysis.Tests/CodeAnalysis.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
@@ -7,7 +7,7 @@
77

88
<ItemGroup>
99
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
10-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
10+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.4" />
1111
<PackageReference Include="System.Formats.Asn1" Version="8.0.1" />
1212
<PackageReference Include="xunit" Version="2.9.2" />
1313
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">

src/DependencyInjection.Tests/DependencyInjection.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<Import Project="..\DependencyInjection\Devlooped.Extensions.DependencyInjection.props" />
44

@@ -14,7 +14,7 @@
1414
<PackageReference Include="Spectre.Console.Cli" Version="0.50.0" />
1515
<PackageReference Include="xunit" Version="2.7.0" />
1616
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7" />
17-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
17+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.4" />
1818
<PackageReference Include="System.ComponentModel.Composition" Version="6.0.0" />
1919
<PackageReference Include="System.Composition.AttributedModel" Version="8.0.0" />
2020
<PackageReference Include="System.Composition.Hosting" Version="8.0.0" />

src/DependencyInjection/DependencyInjection.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageReference Include="NuGetizer" Version="1.2.1" />
2121
<PackageReference Include="Microsoft.Bcl.HashCode" Version="6.0.0" PrivateAssets="all" />
2222
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.2.0" Pack="false" />
23-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
23+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.4" />
2424
<PackageReference Include="PolySharp" Version="1.14.1" PrivateAssets="all" />
2525
<PackageReference Include="ThisAssembly.Resources" Version="2.0.12" PrivateAssets="all" />
2626
</ItemGroup>

0 commit comments

Comments
 (0)