mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-16 21:23:13 +00:00
It's not clear whether SharpCompress.Test.Portable (as referenced in AssemblyInfo.cs) still exists, but build.ps1 certainly works.
25 lines
593 B
JSON
25 lines
593 B
JSON
{
|
|
"buildOptions": {
|
|
"keyFile": "../../SharpCompress.snk"
|
|
},
|
|
|
|
"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-beta2-build3300",
|
|
"dotnet-test-xunit": "2.2.0-preview2-build1029"
|
|
}
|
|
}
|