We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ca275 commit 522bc49Copy full SHA for 522bc49
Dapper.Tests/Dapper.Tests.csproj
@@ -22,9 +22,9 @@
22
23
<ItemGroup>
24
<PackageReference Include="System.Data.SqlClient" Version="4.6.1" />
25
- <PackageReference Include="Microsoft.Data.SqlClient" Version="1.0.19221.1-Preview" />
+ <PackageReference Include="Microsoft.Data.SqlClient" Version="1.0.19239.1" />
26
<PackageReference Include="Microsoft.SqlServer.Types" Version="14.0.1016.290"
27
- Condition="'$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == 'net472'"/>
+ Condition="'$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == 'net472'" />
28
</ItemGroup>
29
<ItemGroup Condition="'$(Platform)'=='x64'">
30
<Content Include="$(USERPROFILE)\.nuget\packages\microsoft.sqlserver.types\14.0.1016.290\nativeBinaries\x64\*.dll"
0 commit comments