Skip to content

Commit

Permalink
⬆️ Update to Microsoft.Data.SqlClient 2.1.0-preview2 (#23119)
Browse files Browse the repository at this point in the history
It looks like @dependabot doesn't update from a stable version to a prerelease version. I don't see a way to configure it.
  • Loading branch information
bricelam committed Oct 28, 2020
1 parent a302bac commit 3f0cd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EFCore.SqlServer/EFCore.SqlServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<ItemGroup>
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="All" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="2.0.1" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="2.1.0-preview2.20297.7" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3f0cd5f

Please sign in to comment.