Skip to content

Commit f2f82bb

Browse files
Bump Microsoft.Extensions.DependencyInjection.Abstractions and Microsoft.NETFramework.ReferenceAssemblies
Bumps [Microsoft.Extensions.DependencyInjection.Abstractions](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.Abstractions` from 9.0.1 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.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.Abstractions dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0a4d575 commit f2f82bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Akismet.Net/Akismet.Net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<DefineConstants>NETSTANDARD;NETSTANDARD2_0</DefineConstants>
2323
</PropertyGroup>
2424
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0'">
25-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.1" />
25+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.3" />
2626
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
2727
</ItemGroup>
2828

Akismet.Tests/Akismet.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<PrivateAssets>all</PrivateAssets>
2424
</PackageReference>
2525
<ProjectReference Include="../Akismet.Net/Akismet.Net.csproj" />
26-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
26+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.2" />
2727
<PackageReference Include="Xunit.DependencyInjection" Version="9.7.1" />
2828
</ItemGroup>
2929

0 commit comments

Comments
 (0)