mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-18 21:22:32 +00:00
25 lines
611 B
JSON
25 lines
611 B
JSON
{
|
|
"testRunner": "xunit",
|
|
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.0.0"
|
|
}
|
|
},
|
|
"imports": [
|
|
"dnxcore50",
|
|
"portable-net451+win8"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0",
|
|
"SharpCompress": "0.12.2",
|
|
"xunit": "2.2.0-beta2-build3300",
|
|
"dotnet-test-xunit": "2.2.0-preview2-build1029"
|
|
}
|
|
}
|