N3developertoolkit / neo3-visual-tracker

Neo N3 blockchain explorer that is directly available within Visual Studio Code for developer usage and development scenarios.
https://marketplace.visualstudio.com/items?itemName=ngd-seattle.neo3-visual-tracker
MIT License
7 stars 11 forks source link

Tool manifest in wrong location in C# new contract template #158

Open devhawk opened 1 year ago

devhawk commented 1 year ago

the C# new contract template places the dotnet-tools.json file in the project root not in the .config folder as dotnet new tool-manifest does. We need to check and see if the template should to be updated to have the tool manifest in the right location