Install-Package : Package ExcelDna.Integration 0.33.9 is not compatible with netstandard1.4 (.NETStandard,Version=v1.4). Package ExcelDna.Integration 0.33.9 supports: net
(.NETFramework,Version=v0.0)
At line:1 char:1
+ Install-Package Excel-DNA -Version 0.33.9
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], Exception
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
Install-Package : One or more packages are incompatible with .NETStandard,Version=v1.4.
At line:1 char:1
+ Install-Package Excel-DNA -Version 0.33.9
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], Exception
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
Install-Package : Package restore failed. Rolling back package changes for 'Test'.
At line:1 char:1
+ Install-Package Excel-DNA -Version 0.33.9
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], Exception
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
My searching for a solution has thus far yielded no success. Note - I am no expert and apologise in advance if I have done something silly!
Really looking forward to returning to Excel-DNA after some years away from coding. If it's of any help, I'm using C#. Your help will be greatly appreciated.