Skip to content

Commit 522bc49

Browse files
committed
rev Microsoft.Data.SqlClient to GA (1.0.19239.1)
1 parent f5ca275 commit 522bc49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dapper.Tests/Dapper.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222

2323
<ItemGroup>
2424
<PackageReference Include="System.Data.SqlClient" Version="4.6.1" />
25-
<PackageReference Include="Microsoft.Data.SqlClient" Version="1.0.19221.1-Preview" />
25+
<PackageReference Include="Microsoft.Data.SqlClient" Version="1.0.19239.1" />
2626
<PackageReference Include="Microsoft.SqlServer.Types" Version="14.0.1016.290"
27-
Condition="'$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == 'net472'"/>
27+
Condition="'$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == 'net472'" />
2828
</ItemGroup>
2929
<ItemGroup Condition="'$(Platform)'=='x64'">
3030
<Content Include="$(USERPROFILE)\.nuget\packages\microsoft.sqlserver.types\14.0.1016.290\nativeBinaries\x64\*.dll"

0 commit comments

Comments
 (0)