You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($targetPlatformIdentifier-or (HasPlatformInTargetFramework $targetFrameworkValue))
1295
+
{
1296
+
Write-Warning"Startup project '$($startupProject.ProjectName)' targets a platform-specific framework: '$targetFrameworkValue'. The Entity Framework Core Package Manager Console Tools might not function correctly. Implement IDesignTimeDbContextFactory<> to ensure design-time tools work correctly with this project. See https://aka.ms/efcore-docs-migrations-projects for more information."
0 commit comments