Skip to content

Commit

Permalink
build(deps): bump Microsoft_Extensions_Version
Browse files Browse the repository at this point in the history
Bumps `Microsoft_Extensions_Version` from 8.0.0-preview.1.23110.8 to 8.0.0.

Updates `Microsoft.Extensions.Hosting` from 8.0.0-preview.1.23110.8 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0-preview.1.23110.8...v8.0.0)

Updates `Microsoft.Extensions.Http` from 8.0.0-preview.1.23110.8 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0-preview.1.23110.8...v8.0.0)

Updates `Microsoft.Extensions.Options.DataAnnotations` from 8.0.0-preview.1.23110.8 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0-preview.1.23110.8...v8.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.Http
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.Options.DataAnnotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 17, 2023
1 parent d63e424 commit b27c3cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project>
<Project>
<PropertyGroup Label="Common properties">
<Product>Eventual Shop</Product>
<Copyright>Copyright (c) 2021-2023 Antonio Falcão Jr.</Copyright>
Expand All @@ -15,7 +15,7 @@
<PropertyGroup Label="Packages dependency versions">

<!--Microsoft-->
<Microsoft_Extensions_Version>8.0.0-preview.1.23110.8</Microsoft_Extensions_Version>
<Microsoft_Extensions_Version>8.0.0</Microsoft_Extensions_Version>

<!--Blazor-->
<BlazorStrap_Version>5.1.100</BlazorStrap_Version>
Expand Down

0 comments on commit b27c3cf

Please sign in to comment.