1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

24 lines
494 B
JSON
Raw Normal View History

2016-10-03 19:35:50 -04:00
{
2016-10-02 10:12:27 -04:00
"version": "1.0.0-*",
"testRunner": "xunit",
"dependencies": {
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Microsoft.NETCore.App": {
"version": "1.0.0",
"type": "platform"
},
2016-10-03 19:35:50 -04:00
"Podsync": "1.0.0-*",
2016-10-02 10:12:27 -04:00
"xunit": "2.2.0-beta2-build3300"
},
"frameworks": {
"netcoreapp1.0": {
"imports": [
"dotnet5.6",
"portable-net45+win8"
]
}
}
}