我很难GemBox.Spreadsheet
在我的 .NET 应用程序中安装软件包。那是我第一次使用 .NET (C#)。我有Node.JS
背景,所以我不明白这个问题。
我已经安装了dnu install GemBox.Spreadsheet
,一切看起来都很好,但我仍然看到错误'The type or namespace name 'GemBox' could not be found'
更新 -
我发现了这个问题,我试图重现,但没有奏效。
那是我的 project.json:
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23811",
"GemBox.Spreadsheet": "39.3.30.1153"
},
"frameworks": {
"dnxcore50": {
"GemBox.Spreadsheet": "39.3.30.1153"
}
}
}
谢谢。