mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Is there a tool support for dotnetcore 2.1 global tools? #170
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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,
DotNetCliToolReferenceshould be removed from netcore2.1 apps, is there a guide for migrate to .netcore2.1 app?@robertmuehsig commented on GitHub (Dec 28, 2018):
With the most recent version we switched to .NET Core Tools instead of the old way.