mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-29 05:16:30 +01:00
more steps to make provider project portable
This commit is contained in:
16
DvdLib/project.json
Normal file
16
DvdLib/project.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"frameworks": {
|
||||
"netstandard1.6": {
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.6.0"
|
||||
}
|
||||
},
|
||||
".NETPortable,Version=v4.5,Profile=Profile7": {
|
||||
"buildOptions": {
|
||||
"define": []
|
||||
},
|
||||
"frameworkAssemblies": {}
|
||||
}
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
Reference in New Issue
Block a user