Skip to content

Commit 97c310c

Browse files
Bump Microsoft.Extensions.Hosting and Microsoft.NETFramework.ReferenceAssemblies
Bumps [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) and [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet). These dependencies needed to be updated together. Updates `Microsoft.Extensions.Hosting` 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.Hosting 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 ad0eb93 commit 97c310c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Akismet.Tests/Akismet.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
<TargetFrameworks>net9.0;net8.0;net6.0;net462</TargetFrameworks>
@@ -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.2" />
26+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.4" />
2727
<PackageReference Include="Xunit.DependencyInjection" Version="9.7.1" />
2828
</ItemGroup>
2929

0 commit comments

Comments
 (0)