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
After upgrading dotnet-ef to v10 I get "error MSB4057: The target "ResolvePackageAssets" does not exist in the project." when creating a new migration with dotnet ef migrations script. When I revert to dotnet-ef 9.0.10 the error goes away. I have some migrations using 9.0.9 in the model & database. I'm still using EF Core 9 in the code tough.