Files
sharpcompress/test/SharpCompress.Test/project.json
Adam Hathcock 4f092f4c44 update xunit
2016-10-07 11:51:50 +01:00

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"
}
}