We are trying to convert a C# console app to a SSIS Script task using the CsvHelper.dll, which we did register in the GAC successfully, but keep getting to this error, and there is nowhere I can find in the SSIS project to add a reference to the netstandard 2.1.0.0 assembly:
Assembly 'CsvHelper' with identity 'CsvHelper, Version=27.0.0.0, Culture=neutral, PublicKeyToken=8c4959082be5c823' uses 'netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' which has a higher version than referenced assembly 'netstandard' with identity 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'
Please help, any ideas are welcome.