Skip to content

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.

Clone this wiki locally