make common project portable

This commit is contained in:
Luke Pulverenti
2016-10-23 19:49:13 -04:00
parent abc5a2eabd
commit 2af3ec43d5
6 changed files with 18548 additions and 64 deletions

View File

@@ -0,0 +1,16 @@
{
"supports": {
"net46.app": {},
"uwp.10.0.app": {},
"dnxcore50.app": {}
},
"dependencies": {
"Microsoft.NETCore": "5.0.0",
"Microsoft.NETCore.Portable.Compatibility": "1.0.0"
},
"frameworks": {
"dotnet": {
"imports": "portable-net452+win81"
}
}
}