jamiehumphries / Elmah.SqlServer.EFInitializer

Automatically creates an Elmah database on SQL Server using Entity Framework migrations.
http://jamiehumphries.github.io/Elmah.SqlServer.EFInitializer/
MIT License
4 stars 6 forks source link

Add support for NET4.0 to the nuget package #7

Open lvv83 opened 9 years ago

lvv83 commented 9 years ago

Hello. Entity framework 6.x nuget package support for NET4.0 and NET 4.5, but EFInitializer has NET 4.5 only. We can't use it in NET 4.0 project without reference upgrade.

I think, that your initializer will work fine under NET 4.0 framework, so net45 subfolder is useless.

lvv83 commented 9 years ago

Please check my pull request #8