Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dotnet group across 1 directory with 9 updates #155

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2024

Bumps the dotnet group with 9 updates in the / directory:

Package From To
Microsoft.AspNetCore.Grpc.JsonTranscoding 7.0.13 7.0.20
Microsoft.AspNetCore.Grpc.Swagger 0.3.13 0.3.20
Microsoft.AspNetCore.Grpc.JsonTranscoding 7.0.13 7.0.20
Microsoft.Data.SqlClient 5.1.2 5.2.1
Azure.Identity 1.10.4 1.11.3
Microsoft.EntityFrameworkCore.Design 7.0.13 7.0.20
Microsoft.EntityFrameworkCore.SqlServer 7.0.13 7.0.20
Microsoft.Data.SqlClient 5.1.2 5.1.5
Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore 7.0.13 7.0.20
Microsoft.AspNetCore.OpenApi 7.0.13 7.0.20
dotnet-ef 7.0.13 8.0.6

Updates Microsoft.AspNetCore.Grpc.JsonTranscoding from 7.0.13 to 7.0.20

Release notes

Sourced from Microsoft.AspNetCore.Grpc.JsonTranscoding's releases.

.NET 7.0.19

Release

.NET 7.0.18

Release

.NET 7.0.17

Release

.NET 7.0.16

Release

.NET 7.0.15

Release

.NET 7.0.14

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v7.0.13...v7.0.14

Commits

Updates Microsoft.AspNetCore.Grpc.Swagger from 0.3.13 to 0.3.20

Commits

Updates Microsoft.AspNetCore.Grpc.JsonTranscoding from 7.0.13 to 7.0.20

Release notes

Sourced from Microsoft.AspNetCore.Grpc.JsonTranscoding's releases.

.NET 7.0.19

Release

.NET 7.0.18

Release

.NET 7.0.17

Release

.NET 7.0.16

Release

.NET 7.0.15

Release

.NET 7.0.14

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v7.0.13...v7.0.14

Commits

Updates Microsoft.Data.SqlClient from 5.1.2 to 5.2.1

Release notes

Sourced from Microsoft.Data.SqlClient's releases.

Stable release v5.2.1

[Stable release 5.2.1] - 2024-05-31

Changed

  • Upgraded Azure.Identity version from 1.10.3 to 1.11.3 #2492, #2528
  • Upgraded Microsoft.Identity.Client version from 4.56.0 to 4.60.3 #2492
  • Code Health improvements: #2467

Fixed

  • Fixed connection errors on Linux when Data Source property contains both named instance and port #2436
  • Fixed SqlConnection.FireInfoMessageEventOnUserErrors when set to true throws an exception #2505
  • Fixed exception when using DATETIMEOFFSET(n) in a TVP if n is 1, 2, 3, or 4 #2506
  • Reverted PR #1983 which caused connection failure delays when using OpenAsync #2507
  • Fixed SqlConnection.Clone() to include AccessTokenCallback #2527

Stable release v5.2.0

[Stable release 5.2.0] - 2024-02-28

Added

  • Added a new AccessTokenCallBack API to SqlConnection. #1260
  • Added SqlBatch support on .NET 6+ #1825, #2223,#2371, #2373
  • Added support of SqlDiagnosticListener on .NET Standard. #1931
  • Added new property RowsCopied64 to SqlBulkCopy. #2004
  • Added support for the SuperSocketNetLib registry option for Encrypt on .NET on Windows. #2047
  • Added the ability to generate debugging symbols in a separate package file #2137
  • Added Workload Identity authentication support #2159, #2264
  • Added support for Big Endian systems #2170
  • Added support for Georgian collation #2194
  • Added Localization support on .NET #2210
  • Added .NET 8 support #2230
  • Added explicit version for major .NET version dependencies on System.Runtime.Caching 8.0.0, System.Configuration.ConfigurationManager 8.0.0, and System.Diagnostics.
  • DiagnosticSource 8.0.0 #2303

Changed

  • Improved parsing buffered characters in TdsParser. #1544
  • Added Microsoft.SqlServer.Types to verify support for SqlHierarchyId and Spatial for .NET Core. #1848
  • Moved to new System.Data.SqlTypes APIs on .NET 7 and up. #1934 and #1981
  • Removed reference to Microsoft.Win32.Registry since it's shipped starting with .NET 6.0. #1974
  • Changed UseOneSecFloorInTimeoutCalculationDuringLogin App Context switch default to true and extended its effect to .NET and .NET Standard. #2012
  • Updated Microsoft.Identity.Client version from 4.47.2 to 4.53.0. #2031, #2055
  • Switched to the new .NET NegotiateAuthentication API on .NET 7.0 and above for SSPI token negotiation using Managed SNI. #2063
  • Removed ignoreSniOpenTimeout in open connection process on Windows. #2067
  • Enforce explicit ordinal for internal StringComparison operations. #2068
  • Improved error messages when validating server certificates in managed SNI (Linux/macOS) #2060
  • Improved CPU usage when AppContext switches are in use #2227
  • Upgraded Azure.Identity dependency version to 1.10.3 to address CVE-2023-36414, #2189

... (truncated)

Changelog

Sourced from Microsoft.Data.SqlClient's changelog.

[Stable release 5.2.1] - 2024-05-31

This update brings the below changes over the previous release:

Changed

  • Upgraded Azure.Identity version from 1.10.3 to 1.11.3 #2492, #2528
  • Upgraded Microsoft.Identity.Client version from 4.56.0 to 4.60.3 #2492
  • Code Health improvements: #2467

Fixed

  • Fixed connection errors on Linux when Data Source property contains both named instance and port #2436
  • Fixed SqlConnection.FireInfoMessageEventOnUserErrors when set to true throws an exception #2505
  • Fixed exception when using DATETIMEOFFSET(n) in a TVP if n is 1, 2, 3, or 4 #2506
  • Reverted PR #1983 which caused connection failure delays when using OpenAsync #2507
  • Fixed SqlConnection.Clone() to include AccessTokenCallback #2527

[Stable release 5.2.0] - 2024-02-28

Added

  • Added a new AccessTokenCallBack API to SqlConnection. #1260
  • Added SqlBatch support on .NET 6+ #1825, #2223,#2371, #2373
  • Added support of SqlDiagnosticListener on .NET Standard. #1931
  • Added new property RowsCopied64 to SqlBulkCopy. #2004
  • Added support for the SuperSocketNetLib registry option for Encrypt on .NET on Windows. #2047
  • Added the ability to generate debugging symbols in a separate package file #2137
  • Added Workload Identity authentication support #2159, #2264
  • Added support for Big Endian systems #2170
  • Added support for Georgian collation #2194
  • Added Localization support on .NET #2210
  • Added .NET 8 support #2230
  • Added explicit version for major .NET version dependencies on System.Runtime.Caching 8.0.0, System.Configuration.ConfigurationManager 8.0.0, and System.Diagnostics.
  • DiagnosticSource 8.0.0 #2303

Changed

  • Improved parsing buffered characters in TdsParser. #1544
  • Added Microsoft.SqlServer.Types to verify support for SqlHierarchyId and Spatial for .NET Core. #1848
  • Moved to new System.Data.SqlTypes APIs on .NET 7 and up. #1934 and #1981
  • Removed reference to Microsoft.Win32.Registry since it's shipped starting with .NET 6.0. #1974
  • Changed UseOneSecFloorInTimeoutCalculationDuringLogin App Context switch default to true and extended its effect to .NET and .NET Standard. #2012
  • Updated Microsoft.Identity.Client version from 4.47.2 to 4.53.0. #2031, #2055
  • Switched to the new .NET NegotiateAuthentication API on .NET 7.0 and above for SSPI token negotiation using Managed SNI. #2063
  • Removed ignoreSniOpenTimeout in open connection process on Windows. #2067
  • Enforce explicit ordinal for internal StringComparison operations. #2068
  • Improved error messages when validating server certificates in managed SNI (Linux/macOS) #2060
  • Improved CPU usage when AppContext switches are in use #2227
  • Upgraded Azure.Identity dependency version to 1.10.3 to address CVE-2023-36414, #2189

... (truncated)

Commits
  • 7af2438 Fix | Enhance certificate validation (#2487)
  • 808d4c3 Change | Separate tests for NetFx and NetCore - NetFx-Only Connection String ...
  • 815e5ab Doc | Fix SNI dependencies of 5.1 and 5.2 release notes (#2537)
  • b7c4007 Enhancement | Add trace logs for packet size (#2522)
  • b178ba5 Fix | Clone of SqlConnection should include AccessTokenCallback (#2525)
  • cd7a3d1 Updating Azure.Identity version to 1.11.3 (#2526)
  • 5cb73fd Merged SqlClientFactory between .NET Core and Framework (#2369)
  • cc6ea21 Streamline conditional compilation symbols (#2486)
  • 9a71c94 Update build guide for Linux (#2499)
  • 4c0f013 Remove UWP (uap) references and special cased code (#2483)
  • Additional commits viewable in compare view

Updates Azure.Identity from 1.10.4 to 1.11.3

Release notes

Sourced from Azure.Identity's releases.

Azure.Identity_1.11.3

1.11.3 (2024-05-07)

Bugs Fixed

  • Fixed a regression in DefaultAzureCredential probe request behavior for IMDS managed identity environments. #43796
Commits
  • 06dd672 Hotfix for DAC probe request
  • ae13ec2 Fix ConfidentialClient's AcquireTokenSilent and AcquireTokenOnBehalfOf claims...
  • 1835c8f Sync .github/workflows directory with azure-sdk-tools for PR 8131 (#43535)
  • 40ff95a prep release (#43534)
  • 70f5c48 [AzureMonitorDistro] Add LiveMetricsActivityProcessor only when live metrics ...
  • a6c3e59 Respect SupportsOrdering property (#43531)
  • 82cc7cf WCF Client/CoreWCF extension packages to use Azure Queue Storage as transport...
  • 0de35d0 Increment package version after release of Azure.ResourceManager.AppService (...
  • 17cf649 [App Service] Fix for issue #43295 (#43494)
  • 3bd55fd Increment version for storage releases (#43518)
  • Additional commits viewable in compare view

Updates Microsoft.EntityFrameworkCore.Design from 7.0.13 to 7.0.20

Release notes

Sourced from Microsoft.EntityFrameworkCore.Design's releases.

EF Core 7.0.19

Note: EF Core 7 is now out-of-support.

This is a patch release of EF Core 7.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 7.0.18.

EF Core 7.0.18

This is a patch release of EF Core 7.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 7.0.17.

EF Core 7.0.17 is available on NuGet now. This is a patch release of EF Core 7 containing only important bug fixes:

EF Core 7.0.16 is available on NuGet now. This is a patch release of EF Core 7 containing only important bug fixes:

EF Core 7.0.15

This is a patch release of EF Core 7.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 7.0.14.

EF Core 7.0.14

This is a patch release of EF Core 7.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 7.0.13.

Commits

Updates Microsoft.EntityFrameworkCore.SqlServer from 7.0.13 to 7.0.20

Release notes

Sourced from Microsoft.EntityFrameworkCore.SqlServer's releases.

EF Core 7.0.19

Note: EF Core 7 is now out-of-support.

This is a patch release of EF Core 7.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 7.0.18.

EF Core 7.0.18

This is a patch release of EF Core 7.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 7.0.17.

EF Core 7.0.17 is available on NuGet now. This is a patch release of EF Core 7 containing only important bug fixes:

EF Core 7.0.16 is available on NuGet now. This is a patch release of EF Core 7 containing only important bug fixes:

EF Core 7.0.15

This is a patch release of EF Core 7.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 7.0.14.

EF Core 7.0.14

This is a patch release of EF Core 7.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 7.0.13.

Commits

Updates Microsoft.Data.SqlClient from 5.1.2 to 5.1.5

Release notes

Sourced from Microsoft.Data.SqlClient's releases.

Stable release v5.2.1

[Stable release 5.2.1] - 2024-05-31

Changed

  • Upgraded Azure.Identity version from 1.10.3 to 1.11.3 #2492, #2528
  • Upgraded Microsoft.Identity.Client version from 4.56.0 to 4.60.3 #2492
  • Code Health improvements: #2467

Fixed

  • Fixed connection errors on Linux when Data Source property contains both named instance and port #2436
  • Fixed SqlConnection.FireInfoMessageEventOnUserErrors when set to true throws an exception #2505
  • Fixed exception when using DATETIMEOFFSET(n) in a TVP if n is 1, 2, 3, or 4 #2506
  • Reverted PR #1983 which caused connection failure delays when using OpenAsync #2507
  • Fixed SqlConnection.Clone() to include AccessTokenCallback #2527

Stable release v5.2.0

[Stable release 5.2.0] - 2024-02-28

Added

  • Added a new AccessTokenCallBack API to SqlConnection. #1260
  • Added SqlBatch support on .NET 6+ #1825, #2223,#2371, #2373
  • Added support of SqlDiagnosticListener on .NET Standard. #1931
  • Added new property RowsCopied64 to SqlBulkCopy. #2004
  • Added support for the SuperSocketNetLib registry option for Encrypt on .NET on Windows. #2047
  • Added the ability to generate debugging symbols in a separate package file #2137
  • Added Workload Identity authentication support #2159, #2264
  • Added support for Big Endian systems #2170
  • Added support for Georgian collation #2194
  • Added Localization support on .NET #2210
  • Added .NET 8 support #2230
  • Added explicit version for major .NET version dependencies on System.Runtime.Caching 8.0.0, System.Configuration.ConfigurationManager 8.0.0, and System.Diagnostics.
  • DiagnosticSource 8.0.0 #2303

Changed

  • Improved parsing buffered characters in TdsParser. #1544
  • Added Microsoft.SqlServer.Types to verify support for SqlHierarchyId and Spatial for .NET Core. #1848
  • Moved to new System.Data.SqlTypes APIs on .NET 7 and up. #1934 and #1981
  • Removed reference to Microsoft.Win32.Registry since it's shipped starting with .NET 6.0. #1974
  • Changed UseOneSecFloorInTimeoutCalculationDuringLogin App Context switch default to true and extended its effect to .NET and .NET Standard. #2012
  • Updated Microsoft.Identity.Client version from 4.47.2 to 4.53.0. #2031, #2055
  • Switched to the new .NET NegotiateAuthentication API on .NET 7.0 and above for SSPI token negotiation using Managed SNI. #2063
  • Removed ignoreSniOpenTimeout in open connection process on Windows. #2067
  • Enforce explicit ordinal for internal StringComparison operations. #2068
  • Improved error messages when validating server certificates in managed SNI (Linux/macOS) #2060
  • Improved CPU usage when AppContext switches are in use #2227
  • Upgraded Azure.Identity dependency version to 1.10.3 to address CVE-2023-36414, #2189

... (truncated)

Changelog

Sourced from Microsoft.Data.SqlClient's changelog.

[Stable release 5.2.1] - 2024-05-31

This update brings the below changes over the previous release:

Changed

  • Upgraded Azure.Identity version from 1.10.3 to 1.11.3 #2492, #2528
  • Upgraded Microsoft.Identity.Client version from 4.56.0 to 4.60.3 #2492
  • Code Health improvements: #2467

Fixed

  • Fixed connection errors on Linux when Data Source property contains both named instance and port #2436
  • Fixed SqlConnection.FireInfoMessageEventOnUserErrors when set to true throws an exception #2505
  • Fixed exception when using DATETIMEOFFSET(n) in a TVP if n is 1, 2, 3, or 4 #2506
  • Reverted PR #1983 which caused connection failure delays when using OpenAsync #2507
  • Fixed SqlConnection.Clone() to include AccessTokenCallback #2527

[Stable release 5.2.0] - 2024-02-28

Added

  • Added a new AccessTokenCallBack API to SqlConnection. #1260
  • Added SqlBatch support on .NET 6+ #1825, #2223,#2371, #2373
  • Added support of SqlDiagnosticListener on .NET Standard. #1931
  • Added new property RowsCopied64 to SqlBulkCopy. #2004
  • Added support for the SuperSocketNetLib registry option for Encrypt on .NET on Windows. #2047
  • Added the ability to generate debugging symbols in a separate package file #2137
  • Added Workload Identity authentication support #2159, #2264
  • Added support for Big Endian systems #2170
  • Added support for Georgian collation #2194
  • Added Localization support on .NET #2210
  • Added .NET 8 support #2230
  • Added explicit version for major .NET version dependencies on System.Runtime.Caching 8.0.0, System.Configuration.ConfigurationManager 8.0.0, and System.Diagnostics.
  • DiagnosticSource 8.0.0 #2303

Changed

  • Improved parsing buffered characters in TdsParser. #1544
  • Added Microsoft.SqlServer.Types to verify support for SqlHierarchyId and Spatial for .NET Core. #1848
  • Moved to new System.Data.SqlTypes APIs on .NET 7 and up. #1934 and #1981
  • Removed reference to Microsoft.Win32.Registry since it's shipped starting with .NET 6.0. #1974
  • Changed UseOneSecFloorInTimeoutCalculationDuringLogin App Context switch default to true and extended its effect to .NET and .NET Standard. #2012
  • Updated Microsoft.Identity.Client version from 4.47.2 to 4.53.0. #2031, #2055
  • Switched to the new .NET NegotiateAuthentication API on .NET 7.0 and above for SSPI token negotiation using Managed SNI. #2063
  • Removed ignoreSniOpenTimeout in open connection process on Windows. #2067
  • Enforce explicit ordinal for internal StringComparison operations. #2068
  • Improved error messages when validating server certificates in managed SNI (Linux/macOS) #2060
  • Improved CPU usage when AppContext switches are in use #2227
  • Upgraded Azure.Identity dependency version to 1.10.3 to address CVE-2023-36414, #2189

... (truncated)

Commits
  • 7af2438 Fix | Enhance certificate validation (#2487)
  • 808d4c3 Change | Separate tests for NetFx and NetCore - NetFx-Only Connection String ...
  • 815e5ab Doc | Fix SNI dependencies of 5.1 and 5.2 release notes (#2537)
  • b7c4007 Enhancement | Add trace logs for packet size (#2522)
  • b178ba5 Fix | Clone of SqlConnection should include AccessTokenCallback (#2525)
  • cd7a3d1 Updating Azure.Identity version to 1.11.3 (#2526)
  • 5cb73fd Merged SqlClientFactory between .NET Core and Framework (#2369)
  • cc6ea21 Streamline conditional compilation symbols (#2486)
  • 9a71c94 Update build guide for Linux (#2499)
  • 4c0f013 Remove UWP (uap) references and special cased code (#2483)
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore from 7.0.13 to 7.0.20

Release notes

Sourced from Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore's releases.

.NET 7.0.19

Release

.NET 7.0.18

Release

.NET 7.0.17

Release

.NET 7.0.16

Release

.NET 7.0.15

Release

.NET 7.0.14

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v7.0.13...v7.0.14

Commits

Updates Microsoft.AspNetCore.OpenApi from 7.0.13 to 7.0.20

Release notes

Sourced from Microsoft.AspNetCore.OpenApi's releases.

.NET 7.0.19

Release

.NET 7.0.18

Release

.NET 7.0.17

Release

.NET 7.0.16

Release

.NET 7.0.15

Release

.NET 7.0.14

Release

What's Changed

Bumps the dotnet group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [Microsoft.AspNetCore.Grpc.JsonTranscoding](https://github.com/dotnet/aspnetcore) | `7.0.13` | `7.0.20` |
| [Microsoft.AspNetCore.Grpc.Swagger](https://github.com/dotnet/aspnetcore) | `0.3.13` | `0.3.20` |
| [Microsoft.AspNetCore.Grpc.JsonTranscoding](https://github.com/dotnet/aspnetcore) | `7.0.13` | `7.0.20` |
| [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) | `5.1.2` | `5.2.1` |
| [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) | `1.10.4` | `1.11.3` |
| [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) | `7.0.13` | `7.0.20` |
| [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore) | `7.0.13` | `7.0.20` |
| [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) | `5.1.2` | `5.1.5` |
| [Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore](https://github.com/dotnet/aspnetcore) | `7.0.13` | `7.0.20` |
| [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore) | `7.0.13` | `7.0.20` |
| [dotnet-ef](https://github.com/dotnet/efcore) | `7.0.13` | `8.0.6` |



Updates `Microsoft.AspNetCore.Grpc.JsonTranscoding` from 7.0.13 to 7.0.20
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v7.0.13...v7.0.20)

Updates `Microsoft.AspNetCore.Grpc.Swagger` from 0.3.13 to 0.3.20
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/commits)

Updates `Microsoft.AspNetCore.Grpc.JsonTranscoding` from 7.0.13 to 7.0.20
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v7.0.13...v7.0.20)

Updates `Microsoft.Data.SqlClient` from 5.1.2 to 5.2.1
- [Release notes](https://github.com/dotnet/sqlclient/releases)
- [Changelog](https://github.com/dotnet/SqlClient/blob/main/CHANGELOG.md)
- [Commits](dotnet/SqlClient@v5.1.2...v5.2.1)

Updates `Azure.Identity` from 1.10.4 to 1.11.3
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.10.4...Azure.Identity_1.11.3)

Updates `Microsoft.EntityFrameworkCore.Design` from 7.0.13 to 7.0.20
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v7.0.13...v7.0.20)

Updates `Microsoft.EntityFrameworkCore.SqlServer` from 7.0.13 to 7.0.20
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v7.0.13...v7.0.20)

Updates `Microsoft.Data.SqlClient` from 5.1.2 to 5.1.5
- [Release notes](https://github.com/dotnet/sqlclient/releases)
- [Changelog](https://github.com/dotnet/SqlClient/blob/main/CHANGELOG.md)
- [Commits](dotnet/SqlClient@v5.1.2...v5.2.1)

Updates `Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore` from 7.0.13 to 7.0.20
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v7.0.13...v7.0.20)

Updates `Microsoft.AspNetCore.OpenApi` from 7.0.13 to 7.0.20
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v7.0.13...v7.0.20)

Updates `dotnet-ef` from 7.0.13 to 8.0.6
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v7.0.13...v8.0.6)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Grpc.JsonTranscoding
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.AspNetCore.Grpc.Swagger
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.AspNetCore.Grpc.JsonTranscoding
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Data.SqlClient
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.EntityFrameworkCore.Design
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.EntityFrameworkCore.SqlServer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Data.SqlClient
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: dotnet-ef
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants