Skip to content

Commit eff19ee

Browse files
committed
chore(deps): update dependency microsoft.extensions.dependencyinjection to v10.0.7
1 parent e5ecb56 commit eff19ee

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

samples/Example.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</ItemGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.5" />
21+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.7" />
2222
</ItemGroup>
2323

2424
</Project>

src/Spectre.Console.Cli.Extensions.DependencyInjection/Spectre.Console.Cli.Extensions.DependencyInjection.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
20-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" Condition="'$(TargetFramework)' == 'net8.0'" />
21-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.14" Condition="'$(TargetFramework)' == 'net9.0'" />
22-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.5" Condition="'$(TargetFramework)' == 'net10.0'" />
19+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.7" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
20+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.7" Condition="'$(TargetFramework)' == 'net8.0'" />
21+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.7" Condition="'$(TargetFramework)' == 'net9.0'" />
22+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.7" Condition="'$(TargetFramework)' == 'net10.0'" />
2323
<PackageReference Include="Spectre.Console.Cli" Version="0.55.0" />
2424
</ItemGroup>
2525

0 commit comments

Comments
 (0)