Skip to content

upgrade to neo 2.0.1 breaks build, missing lib directive.#4

Closed
ghost wants to merge 5 commits intomasterfrom
unknown repository
Closed

upgrade to neo 2.0.1 breaks build, missing lib directive.#4
ghost wants to merge 5 commits intomasterfrom
unknown repository

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Jul 29, 2017

neo 2.0.1 does not have a netstandard1.6 lib on nuget, only a net461 lib, this causes the build to fail claiming an incompatibility between libraries.

The CLI prompt was still "ant"

The CLI allows importing and exporting of blocks, but the help text doesn't say the ability exists.

I apologize if I did something the wrong way, this is my first github pull request.

dps added 5 commits July 29, 2017 11:54
@erikzhang
Copy link
Copy Markdown
Member

There isn't a command of "import blocks" in the code.
And there isn't a 1.6 version of netcoreapp.
I'll have to close this pr this time.

@erikzhang erikzhang closed this Jul 31, 2017
@ghost
Copy link
Copy Markdown
Author

ghost commented Aug 1, 2017

ah, I typoed and didn't catch it i meant to add netcoreapp1.0

The "neo" project doesn't target netcoreapp1.0

https://github.com/neo-project/neo/blob/master/neo/neo.csproj

The "neo-cli" project does target netcoreapp1.0

https://github.com/neo-project/neo-cli/blob/master/neo-cli/neo-cli.csproj

This causes the neo-cli to fail to build when I do dotnet publish -c release on neo-cli.

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 this pull request may close these issues.

1 participant