-
Notifications
You must be signed in to change notification settings - Fork 1
Help with migration from netstandard2.0 to netstandars2.1
Mateusz Soboń edited this page Apr 3, 2021
·
4 revisions
If you are getting error like:
System.MissingFieldException : Field not found: 'Microsoft.EntityFrameworkCore.Diagnostics.RelationalEventId.QueryClientEvaluationWarning'.
Update to 5.0.0 nugets. It should solve problem.