|
•
|
|
Note: The samples in the SDK for the 4.5 provider have been upgraded to require Visual Studio 2022 and target .NET 6 Framework. To use these samples with Visual Studio 2019, before compiling them you must manually edit the TargetFramework property to use a version prior to "net6.0" and also use versions prior to "6.0.0" in the PackageReference property for Microsoft.EntityFrameworkCore.Tools, System.Security.Permissions, and System.Text.Encoding.CodePages. To use these samples with Visual Studio 2022, before compiling them you must execute an Add-Migration command as described in the code comments for the CodeFirstMigrationsWorkflow project.
|
||