jellyfin-server/Mono.Nat/project.json

11 lines
234 B
JSON
Raw Normal View History

{
"supports": {},
2016-10-29 18:59:36 +00:00
"dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.1",
"NETStandard.Library": "1.6.0",
"System.Net.NetworkInformation": "4.1.0"
2016-10-29 18:59:36 +00:00
},
"frameworks": {
"netstandard1.3": {}
2016-10-29 18:59:36 +00:00
}
}