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

Openchain dependency : #3

Open
thomasverhulst opened this issue Dec 26, 2016 · 1 comment
Open

Openchain dependency : #3

thomasverhulst opened this issue Dec 26, 2016 · 1 comment

Comments

@thomasverhulst
Copy link

Finally I needed the following as Project.json to get it working* for .NETcoreApp1.1
"Openchain.Anchoring.Blockchain": "0.6.3" needed to be 0.6.3 instead of 0.6.2

{
"version": "1.0.0-*",
"buildOptions": {
"debugType": "portable",
"emitEntryPoint": true
},
"dependencies": {},
"frameworks": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.1.0"
},
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Openchain.Server": "0.6.2",
"Openchain.Anchoring.Blockchain": "0.6.3",
"Openchain.Sqlite": "0.6.2",
"Openchain.SqlServer": "0.6.2",
"Openchain.Validation.PermissionBased": "0.6.2"

  },
  "imports": "dnxcore50"
}

}
}

@jayrulez
Copy link

jayrulez commented Jan 6, 2017

You should probably update to the latest versions

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

No branches or pull requests

2 participants