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"
}
}
}
ありがとう。