Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

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

Closed
wants to merge 5 commits into from
Closed

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

wants to merge 5 commits into from

Conversation

ghost
Copy link

@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
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
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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant