Skip to content

Update nuget packages and dotnet tools versions #165

@cschuchardt88

Description

@cschuchardt88

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"
      ]
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions