From 950f80565f7051155a450369c8a086e1442b6d3b Mon Sep 17 00:00:00 2001 From: Bervianto Leo Pratama Date: Sat, 30 May 2026 13:43:09 +0700 Subject: [PATCH] fix: resolve EntityFrameworkCore version conflict Update Microsoft.EntityFrameworkCore from 10.0.1 to 10.0.8 in PersonalWeb.MigrationService to match the version required by PersonalWeb.Api. This resolves the NuGet package downgrade error that was causing the build to fail. --- .../PersonalWeb.MigrationService.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PersonalWeb.MigrationService/PersonalWeb.MigrationService.csproj b/PersonalWeb.MigrationService/PersonalWeb.MigrationService.csproj index 0e3abdd..e328e07 100644 --- a/PersonalWeb.MigrationService/PersonalWeb.MigrationService.csproj +++ b/PersonalWeb.MigrationService/PersonalWeb.MigrationService.csproj @@ -9,7 +9,7 @@ - +