mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-30 11:22:53 +01:00
change pcl's to .netstandard
This commit is contained in:
12
Emby.Server.Implementations/project.json
Normal file
12
Emby.Server.Implementations/project.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"supports": {},
|
||||
"dependencies": {
|
||||
"MediaBrowser.Naming": "1.0.0.58",
|
||||
"Microsoft.NETCore.Portable.Compatibility": "1.0.1",
|
||||
"NETStandard.Library": "1.6.0",
|
||||
"Patterns.Logging": "1.0.0.5"
|
||||
},
|
||||
"frameworks": {
|
||||
"netstandard1.3": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user