1
0
mirror of https://github.com/ZetaKebab/MpcNET.git synced 2024-09-16 05:30:09 +00:00
MpcNET/LibMpc/project.json

15 lines
203 B
JSON
Raw Normal View History

{
2016-10-30 22:52:23 +00:00
"version": "1.0.0-*",
"dependencies": {
"NETStandard.Library": "1.6.0",
"Newtonsoft.Json": "9.0.1"
2016-10-30 22:52:23 +00:00
},
"frameworks": {
"netstandard1.6": {
"imports": "dnxcore50"
}
}
}