Skip to content

Commit a2a2761

Browse files
Bump Microsoft.Extensions.Hosting from 6.0.1 to 7.0.1 (#173)
Bumps [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) from 6.0.1 to 7.0.1. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v6.0.1...v7.0.1) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea5b87a commit a2a2761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/SendMailTestApp/SendMailTestApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</ItemGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
17+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
1818
</ItemGroup>
1919

2020
<ItemGroup>

0 commit comments

Comments
 (0)