Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nuget packages and dotnet tools versions #165

Open
cschuchardt88 opened this issue Oct 5, 2023 · 0 comments
Open

Update nuget packages and dotnet tools versions #165

cschuchardt88 opened this issue Oct 5, 2023 · 0 comments

Comments

@cschuchardt88
Copy link

cschuchardt88 commented Oct 5, 2023

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"
      ]
    }
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant