dpaquette / EntityFramework.Seeder

A collection of helper methods to help seed entity framework databases
MIT License
42 stars 12 forks source link

Increment CSV helper version #10

Open careLearning opened 3 years ago

careLearning commented 3 years ago

We love using this, but have a need to update the project's CSV Helper to version of 12.1.2. When we do this, EFSeeder has the error: System.TypeInitializationException: The type initializer for 'EntityFramework.Seeder.Seeder' threw an exception. ---> System.TypeLoadException: Could not load type 'CsvHelper.Configuration.CsvConfiguration' from assembly 'CsvHelper, Version=12.0.0.0, Culture=neutral, PublicKeyToken=8c4959082be5c823'.

Is there any way to update CSVHelper or any other solution?