initial commit with some basic ideas

This commit is contained in:
Tom Gardham-Pallister
2016-06-29 21:33:51 +01:00
commit 13155d5349
16 changed files with 1004 additions and 0 deletions

View File

@ -0,0 +1,17 @@
{
"version": "1.0.0-*",
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027"
},
"frameworks": {
"netstandard1.5": {
"imports": "dnxcore50"
}
},
"tooling": {
"defaultNamespace": "Ocelot.Library"
}
}