用于生成 Office 文件的 .NET 组件。
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.

19 lines
301 B

{
"version": "1.1.0-*",
"dependencies": {
"NETStandard.Library": "1.6.0"
},
"frameworks": {
"net46": {
"frameworkAssemblies": {
"System.Xml": "4.0.0",
"System.Xml.Linq": "4.0.0"
}
},
"netstandard1.6": {
"imports": "dnxcore50"
}
}
}