Quantcast
Channel: Entity Framework
Viewing all articles
Browse latest Browse all 10318

Closed Issue: EF v6 NuGet package needs web.config transform for v5 config section reference [482]

$
0
0
Apps targeting EF v5 wil have a config section reference for EF using a v5.0 assembly number like so:

<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />

The NuGet pkg for EF v6 should transform this reference to use a "6.0" version.


Viewing all articles
Browse latest Browse all 10318

Trending Articles