Commit e571c502 authored by ChaunceyLin5152's avatar ChaunceyLin5152 Committed by Lemon

Change System.Data.SqlClient from version 4.6.0 to 4.4.0 to support Dapper. (#146)

parent 2f240672
...@@ -17,6 +17,6 @@ ...@@ -17,6 +17,6 @@
<ProjectReference Include="..\SkyWalking.Utilities.DependencyInjection\SkyWalking.Utilities.DependencyInjection.csproj" /> <ProjectReference Include="..\SkyWalking.Utilities.DependencyInjection\SkyWalking.Utilities.DependencyInjection.csproj" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="System.Data.SqlClient" Version="4.6.0" PrivateAssets="All" /> <PackageReference Include="System.Data.SqlClient" Version="4.4.0" PrivateAssets="All" />
</ItemGroup> </ItemGroup>
</Project> </Project>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment