|
•
|
|
Note: For the 4.5 provider, the samples in the SDK have been upgraded to require Visual Studio 2022 and are set to target .NET 6 by default (<TargetFramework>net6.0</TargetFramework>).
For the 4.6 provider, the samples have been upgraded to require Visual Studio 2022 and are set to target .NET 8 by default (<TargetFramework>net8.0</TargetFramework>). 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 a version 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. |
||