Is there a tool support for dotnetcore 2.1 global tools? #170

Closed
opened 2026-01-29 16:32:48 +00:00 by claunia · 1 comment
Owner

Originally created by @WeihanLi on GitHub (May 31, 2018).

Originally assigned to: @robertmuehsig on GitHub.

accounding to https://docs.microsoft.com/en-us/aspnet/core/migration/20_21?view=aspnetcore-2.1#update-the-project-file-to-use-21-versions, DotNetCliToolReference should be removed from netcore2.1 apps, is there a guide for migrate to .netcore2.1 app?

Remove all references to elements for "Microsoft.AspNetCore",
"Microsoft.VisualStudio", and "Microsoft.EntityFrameworkCore" packages. These tools have been
replaced by global tools.

Originally created by @WeihanLi on GitHub (May 31, 2018). Originally assigned to: @robertmuehsig on GitHub. accounding to <https://docs.microsoft.com/en-us/aspnet/core/migration/20_21?view=aspnetcore-2.1#update-the-project-file-to-use-21-versions>, `DotNetCliToolReference` should be removed from netcore2.1 apps, is there a guide for migrate to .netcore2.1 app? > Remove all references to <DotNetCliToolReference> elements for "Microsoft.AspNetCore", > "Microsoft.VisualStudio", and "Microsoft.EntityFrameworkCore" packages. These tools have been > replaced by global tools.
claunia added the question label 2026-01-29 16:32:48 +00:00
Author
Owner

@robertmuehsig commented on GitHub (Dec 28, 2018):

With the most recent version we switched to .NET Core Tools instead of the old way.

@robertmuehsig commented on GitHub (Dec 28, 2018): With the most recent version we switched to .NET Core Tools instead of the old way.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#170