From 42ef70aedfdcf40b5a4c099cb560d7826bcd2448 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 19:23:09 +0000 Subject: [PATCH] Bump the dotnet group with 7 updates Bumps the dotnet group with 7 updates: | Package | From | To | | --- | --- | --- | | [Microsoft.AspNetCore.Grpc.JsonTranscoding](https://github.com/dotnet/aspnetcore) | `7.0.12` | `7.0.13` | | [Microsoft.AspNetCore.Grpc.Swagger](https://github.com/dotnet/aspnetcore) | `0.3.12` | `0.3.13` | | [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore) | `7.0.12` | `7.0.13` | | [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) | `7.0.12` | `7.0.13` | | [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore) | `7.0.12` | `7.0.13` | | [Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore](https://github.com/dotnet/aspnetcore) | `7.0.12` | `7.0.13` | | [dotnet-ef](https://github.com/dotnet/efcore) | `7.0.12` | `7.0.13` | Updates `Microsoft.AspNetCore.Grpc.JsonTranscoding` from 7.0.12 to 7.0.13 - [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/compare/v7.0.12...v7.0.13) Updates `Microsoft.AspNetCore.Grpc.Swagger` from 0.3.12 to 0.3.13 - [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.OpenApi` from 7.0.12 to 7.0.13 - [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/compare/v7.0.12...v7.0.13) Updates `Microsoft.EntityFrameworkCore.Design` from 7.0.12 to 7.0.13 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v7.0.12...v7.0.13) Updates `Microsoft.EntityFrameworkCore.SqlServer` from 7.0.12 to 7.0.13 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v7.0.12...v7.0.13) Updates `Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore` from 7.0.12 to 7.0.13 - [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/compare/v7.0.12...v7.0.13) Updates `dotnet-ef` from 7.0.12 to 7.0.13 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v7.0.12...v7.0.13) --- 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.OpenApi dependency-type: direct:production update-type: version-update:semver-patch 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.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore 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-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] --- .config/dotnet-tools.json | 2 +- .../InternalGrpcSqlBus.Api.csproj | 10 +++++----- .../InternalGrpc.Api/InternalGrpc.Api.csproj | 4 ++-- .../InternalHttpBus.Api/InternalHttpBus.Api.csproj | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index ec2b4e8..37aa772 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-ef": { - "version": "7.0.12", + "version": "7.0.13", "commands": [ "dotnet-ef" ] diff --git a/services/_internal-grpc-sql-bus/InternalGrpcSqlBus.Api/InternalGrpcSqlBus.Api.csproj b/services/_internal-grpc-sql-bus/InternalGrpcSqlBus.Api/InternalGrpcSqlBus.Api.csproj index daa32d3..a6c1fe1 100644 --- a/services/_internal-grpc-sql-bus/InternalGrpcSqlBus.Api/InternalGrpcSqlBus.Api.csproj +++ b/services/_internal-grpc-sql-bus/InternalGrpcSqlBus.Api/InternalGrpcSqlBus.Api.csproj @@ -11,15 +11,15 @@ - - + + - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + diff --git a/services/_internal-grpc/InternalGrpc.Api/InternalGrpc.Api.csproj b/services/_internal-grpc/InternalGrpc.Api/InternalGrpc.Api.csproj index 841090e..53c68cf 100644 --- a/services/_internal-grpc/InternalGrpc.Api/InternalGrpc.Api.csproj +++ b/services/_internal-grpc/InternalGrpc.Api/InternalGrpc.Api.csproj @@ -10,8 +10,8 @@ - - + + diff --git a/services/_internal-http-bus/InternalHttpBus.Api/InternalHttpBus.Api.csproj b/services/_internal-http-bus/InternalHttpBus.Api/InternalHttpBus.Api.csproj index daa05e1..28cf49d 100644 --- a/services/_internal-http-bus/InternalHttpBus.Api/InternalHttpBus.Api.csproj +++ b/services/_internal-http-bus/InternalHttpBus.Api/InternalHttpBus.Api.csproj @@ -8,7 +8,7 @@ - +