1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

make dashboard project portable

This commit is contained in:
Luke Pulverenti 2016-10-25 15:11:27 -04:00
parent 669382193b
commit bfdccb9be0
2 changed files with 17495 additions and 0 deletions

16
project.json Normal file
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"
}
}
}

17479
project.lock.json Normal file

File diff suppressed because it is too large Load diff