When you build the project with .net core 2.1 you get the following error.
Severity Code Description Project File Line Suppression State
Error CS0433 The type 'DbProviderFactories' exists in both 'Microsoft.Practices.EnterpriseLibrary.Data, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null' and 'System.Data.Common, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' Utility.Orm C:__Autymate\Backend\IBEX-Core\Shared\Utility.Orm\Helpers\SqlBuilder\HelperSqlBuilder.cs 662 Active
When you build the project with .net core 2.1 you get the following error.
Severity Code Description Project File Line Suppression State
Error CS0433 The type 'DbProviderFactories' exists in both 'Microsoft.Practices.EnterpriseLibrary.Data, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null' and 'System.Data.Common, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' Utility.Orm C:__Autymate\Backend\IBEX-Core\Shared\Utility.Orm\Helpers\SqlBuilder\HelperSqlBuilder.cs 662 Active