This repository was archived by the owner on Sep 21, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 57
Update tools dependencies #535
Comments
Btw, all those "dotnet-*" packages have been renamed. "dotnet-ef" was merged into Ms.EfCore.Tools. |
#534 has most of this information. Also, we've already decided to keep the tools sorted with the rest of the packages. |
Ok, as long as we've got both the tools rename and the "type:build" changed captured somewhere, we're good :). |
So there is no work remaining. Closing this out. @anurse feel free to open this if there is anything remaining. |
No, there's still work to do. The changes to convert the dependencies referenced above to be |
Thanks! @phenning assigning to you. |
Committed now |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the
project.json
file, remove the existing entries forMicrosoft.Extensions.CodeGenerators.Mvc
andMicrosoft.EntityFrameworkCore.Commands
and replace them with:Note:
Microsoft.EntityFrameworkCore.Commands
has been renamed toMicrosoft.EntityFrameworkCore.Tools
(/cc @natemcmaster)type
of both dependencies has changed tobuild
.Changing the types of these dependencies reduces the publish output size significantly.
Also, the tools have been renamed, see the project.json snippet below
The new dependencies and tools sections would look as follows (indentation is a bit off in my example):
/cc @DamianEdwards @prafullbhosale @natemcmaster
The text was updated successfully, but these errors were encountered: