-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
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"
}
}
}
- at least to the point that it tells me : Now listening on: http://localhost:5000
Metadata
Metadata
Assignees
Labels
No labels