Skip to content

A sample .NET Framework project using EF 6.3 with the new SDK Style csproj

License

Notifications You must be signed in to change notification settings

joaopgrassi/ef63netfx-sdkstyle-migrations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EF 6.3/.NET Framework with SDK style csproj

This sample repro contains the following projects

  • Class library with EF 6.3 code (DbContext, Migrations, Entity and etc)
  • A ASP.NET WebAPI 2

All projects are running on .NET Framework 4.7.2. No .NET Core involved.

With the work being done by the EF Team on the .NET Core 3.0 release, Entity Framework 6.3 will be able to run on .NET Core, thus also supporting the new SDK style project.

While upgrading an existing solution to the new SDK csproj style, I ran into problems while migrating an class library which contained the EF code. You can see more about it on the issue I opened in their repo on GitHub.

About

A sample .NET Framework project using EF 6.3 with the new SDK Style csproj

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published