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

Update nuget packages and dotnet tools versions #165

Open cschuchardt88 opened 11 months ago

cschuchardt88 commented 11 months ago

You need to update the dotnet tools, alot of new users dont know what to do. I am not one of those people but in the neo discord server there is a lot of new users that are having problems. Also you should update the nuget packages as well, the nuget packages isnt so much a problem.

image

Workaround

dotnet-tools.json

{
  "version": 1,
  "isRoot": true,
  "tools": {
    "neo.compiler.csharp": {
      "version": "3.6.0",
      "commands": [
        "nccs"
      ]
    },
    "neo.express": {
      "version": "3.5.20",
      "commands": [
        "neoxp"
      ]
    }
  }
}