openchain / openchain-js

JavaScript Openchain client library for Node.js and the browser
https://www.openchain.org/
Apache License 2.0
75 stars 39 forks source link

Openchain dependency : #3

Open thomasverhulst opened 7 years ago

thomasverhulst commented 7 years ago

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 commented 7 years ago

You should probably update to the latest versions