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.
23 lines
472 B
23 lines
472 B
{
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
|
"ICSharpCode.SharpZipLib": "1.0.0",
|
|
"System.Security.Cryptography.Algorithms": "4.2.0",
|
|
"NETStandard.Library": "1.6.0",
|
|
"System.Threading.Thread": "4.0.0",
|
|
"Npoi.Core.Common": "1.0.0-*"
|
|
},
|
|
|
|
"frameworks": {
|
|
"net46": {
|
|
"frameworkAssemblies": {
|
|
"System.Xml": "4.0.0",
|
|
"System.Xml.Linq": "4.0.0"
|
|
}
|
|
},
|
|
"netstandard1.6": {
|
|
"imports": "dnxcore50"
|
|
}
|
|
}
|
|
}
|
|
|