fix projects

This commit is contained in:
Luke Pulverenti
2016-11-03 17:04:55 -04:00
parent da9d7be63f
commit 13dcb5abb1
24 changed files with 200 additions and 217 deletions

View File

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