add more to .net core solution

This commit is contained in:
Luke Pulverenti
2016-10-25 23:59:51 -04:00
parent ec4bb53acb
commit 049dca644d
33 changed files with 27130 additions and 129 deletions

View File

@@ -1,7 +1,17 @@
{
"supports": {},
"dependencies": {},
"frameworks": {
".NETPortable,Version=v4.5,Profile=Profile7": {}
}
"frameworks":{
"netstandard1.6":{
"dependencies":{
"NETStandard.Library":"1.6.0",
}
},
".NETPortable,Version=v4.5,Profile=Profile7":{
"buildOptions": {
"define": [ ]
},
"frameworkAssemblies":{
}
}
}
}