mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-13 21:22:22 +00:00
21 lines
518 B
JSON
21 lines
518 B
JSON
{
|
|
"testRunner": "xunit",
|
|
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0",
|
|
"SharpCompress": { "target" : "project"},
|
|
"xunit": "2.2.0-beta3-build3402",
|
|
"dotnet-test-xunit": "2.2.0-preview2-build1029"
|
|
}
|
|
}
|