Skip to content

Commit

Permalink
Update Microsoft.Extensions.DependencyModel requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [Microsoft.Extensions.DependencyModel](https://github.com/dotnet/runtime) to permit the latest version.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0-rc.2.23479.6...v8.0.0-rc.2.23479.6)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.DependencyModel
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 90672fe commit 40b7d54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="8.0.0-rc.2.*" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0-rc.2.*" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0-rc.2.*" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="8.0.0-rc.2.*" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="8.0.0.pre.rc.*" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0-rc.2.*" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0-rc.2.*" />
<PackageReference Include="MailKit" Version="4.2.0" />
Expand Down

0 comments on commit 40b7d54

Please sign in to comment.