update db provider

This commit is contained in:
Collin M. Barrett 2017-10-27 21:17:48 -05:00
parent 6fd07f3966
commit e2589657a9

View file

@ -9,7 +9,7 @@
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.1.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="2.0.0" />
<PackageReference Include="Newtonsoft.Json.Schema" Version="3.0.4" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="2.0.0" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="2.0.0.1" />
</ItemGroup>
</Project>