You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
579 B
26 lines
579 B
{
|
|
"version": "1.1.0-*",
|
|
"dependencies": {
|
|
"System.Security.Cryptography.Algorithms": "4.2.0",
|
|
"NETStandard.Library": "1.6.0",
|
|
"System.Threading.Thread": "4.0.0",
|
|
"Npoi.Core.Common": "1.1.0-*",
|
|
"SharpZipLib.NETStandard": "0.86.0.1"
|
|
},
|
|
|
|
"buildOptions": {
|
|
"nowarn": [ "CS0612", "CS0618" ],
|
|
"define": [ "HIDE_UNREACHABLE_CODE" ]
|
|
},
|
|
"frameworks": {
|
|
"net46": {
|
|
"frameworkAssemblies": {
|
|
"System.Xml": "4.0.0",
|
|
"System.Xml.Linq": "4.0.0"
|
|
}
|
|
},
|
|
"netstandard1.6": {
|
|
"imports": "dnxcore50"
|
|
}
|
|
}
|
|
}
|
|
|