Ef6: Publish NuGet localization packages for 6.3

Created on 27 Sep 2019  路  4Comments  路  Source: dotnet/ef6

Would you please be so kind to update the NuGet package of EntityFramework.de as well? This assembly has a hard-coded dependency on EntityFramework 6.2.0. Without the update, German devs cannot use 6.3.0.

https://www.nuget.org/packages/EntityFramework.de

type-bug

Most helpful comment

All 4 comments

Note to implementer: It looks like the source for these is in the internal EFBuild repo. We should port them to Arcade and add them to this repo.

@bricelam The problem is, that NuGet doesn't allow me to update anything, because there is a hard-configured dependency for version 6.2.0. Visit the link in my actual post and expand the "Dependencies" area. There you can find one single entry, which states _EntityFramework (= 6.2.0)._ You should probably consider opening up those dependencies, if possible. Maybe, the correct entry would be ">=6.0.0" or ">=6.2.0" in this case.

Was this page helpful?
0 / 5 - 0 ratings