From 70bce9332394e8784bf539fde1f14852dfdce975 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 04:31:37 +0000 Subject: [PATCH 1/2] Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore Bumps [Microsoft.AspNetCore.Identity.EntityFrameworkCore](https://github.com/dotnet/aspnetcore) from 8.0.0 to 8.0.1. - [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/v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Identity.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../src/Infrastructure/Infrastructure.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/CleanArchitecture.Blazored/src/Infrastructure/Infrastructure.csproj b/src/content/CleanArchitecture.Blazored/src/Infrastructure/Infrastructure.csproj index 74b7445..3fbea42 100644 --- a/src/content/CleanArchitecture.Blazored/src/Infrastructure/Infrastructure.csproj +++ b/src/content/CleanArchitecture.Blazored/src/Infrastructure/Infrastructure.csproj @@ -14,7 +14,7 @@ - + all From ad36e337a556a8d528143996335661afbcb864b1 Mon Sep 17 00:00:00 2001 From: Ubhaya Hettiarachchi Date: Thu, 18 Jan 2024 12:20:14 +0530 Subject: [PATCH 2/2] Remove Database dependancies from WebUi --- .../CleanArchitecture.Blazored/src/WebUi/WebUi/WebUi.csproj | 4 ---- .../src/WebUi/WebUi/wwwroot/api/v1/openapi.json | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/content/CleanArchitecture.Blazored/src/WebUi/WebUi/WebUi.csproj b/src/content/CleanArchitecture.Blazored/src/WebUi/WebUi/WebUi.csproj index 9c4e562..d462557 100644 --- a/src/content/CleanArchitecture.Blazored/src/WebUi/WebUi/WebUi.csproj +++ b/src/content/CleanArchitecture.Blazored/src/WebUi/WebUi/WebUi.csproj @@ -20,10 +20,6 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - - - - diff --git a/src/content/CleanArchitecture.Blazored/src/WebUi/WebUi/wwwroot/api/v1/openapi.json b/src/content/CleanArchitecture.Blazored/src/WebUi/WebUi/wwwroot/api/v1/openapi.json index 6e73152..105ed6c 100644 --- a/src/content/CleanArchitecture.Blazored/src/WebUi/WebUi/wwwroot/api/v1/openapi.json +++ b/src/content/CleanArchitecture.Blazored/src/WebUi/WebUi/wwwroot/api/v1/openapi.json @@ -1,5 +1,5 @@ { - "x-generator": "NSwag v14.0.0.0 (NJsonSchema v11.0.0.0 (Newtonsoft.Json v13.0.0.0))", + "x-generator": "NSwag v14.0.2.0 (NJsonSchema v11.0.0.0 (Newtonsoft.Json v13.0.0.0))", "openapi": "3.0.0", "info": { "title": "CleanArchitecture Api",