make dashboard project portable

This commit is contained in:
Luke Pulverenti
2016-10-25 15:11:27 -04:00
parent ef6b90b8e6
commit 23d7afdf68
5 changed files with 17508 additions and 26 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"
}
}
}