fixes the error where the Schema name is necessary for the tables removing potential dependency on the System.ComponentModel.DataAnnotations.Schema in Dapper.Bulk, allowing to use compatible format eg.
[Table("routes", Schema = "gtfs")]
adds Microsoft.Data.SqlClient instead of System.Data.SqlClient.
fixes the error where the Schema name is necessary for the tables removing potential dependency on the System.ComponentModel.DataAnnotations.Schema in Dapper.Bulk, allowing to use compatible format eg.
[Table("routes", Schema = "gtfs")]
adds Microsoft.Data.SqlClient instead of System.Data.SqlClient.
removes vulnerable and deprecated packages
updates the appveor to use MySQL 8