Skip to content

Commit 2f24f37

Browse files
chore(deps): bump Microsoft.Extensions.DependencyInjection
Bumps [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) from 3.1.4 to 5.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 1cfa0ca commit 2f24f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</ItemGroup>
3535

3636
<ItemGroup Condition="$(IsTestProject) == 'true'">
37-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.4" />
37+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.0" />
3838
<PackageReference Include="nunit" Version="3.12.0" />
3939
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0-beta.1" PrivateAssets="all"/>
4040
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />

0 commit comments

Comments
 (0)