Skip to content

Commit 6ff8461

Browse files
build(deps): Bump Microsoft.Extensions.DependencyInjection
Bumps [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) from 3.1.9 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 4e2c59f commit 6ff8461

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SierraLib.API.Views.Tests/SierraLib.API.Views.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="nunit" Version="3.12.0" />
1515
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
17-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.9" />
17+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.0" />
1818
</ItemGroup>
1919

2020
<ItemGroup>

SierraLib.API.Views/SierraLib.API.Views.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ backwards compatible API surfaces as your services evolve.
2929
</PropertyGroup>
3030

3131
<ItemGroup>
32-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.9" />
32+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.0" />
3333
<PackageReference Include="MinVer" Version="2.3.1">
3434
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3535
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)