make provider project portabl

This commit is contained in:
Luke Pulverenti
2016-10-27 15:03:23 -04:00
parent 7130d8a78f
commit e12f27d8ed
17 changed files with 4375 additions and 248 deletions

View File

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