Skip to content

Commit 3f01f93

Browse files
Bump Microsoft.Extensions.Hosting from 6.0.1 to 7.0.1
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] <[email protected]>
1 parent 72e7ccb commit 3f01f93

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Example/Example.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<ItemGroup>
1616
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="6.0.1" />
17-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
17+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
1818
<PackageReference Include="Microsoft.FeatureManagement" Version="2.5.1" />
1919
<PackageReference Include="Stravaig.Configuration.Diagnostics.Logging" Version="1.2.0" />
2020
</ItemGroup>

src/Stravaig.Configuration.SqlServer.Tests/Stravaig.Configuration.SqlServer.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
<TargetFramework>net6.0</TargetFramework>
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
10+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
1212
<PackageReference Include="NUnit" Version="3.13.3" />
1313
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />

0 commit comments

Comments
 (0)