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.
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.
@AnReZa The 6.2.0 package might actually just work:
https://github.com/aspnet/EntityFramework6/blob/2c12e7604037e4178b779a85c7236a1710c6e7df/src/SharedAssemblyVersionInfo.cs#L5
@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.
Same problem for https://www.nuget.org/packages/EntityFramework.it
Most helpful comment
Same problem for https://www.nuget.org/packages/EntityFramework.it