Skip to content
This repository has been archived by the owner on Jul 5, 2020. It is now read-only.

Commit

Permalink
Fix Sql dependency tracking in .NET Core 3.0 which uses Microsoft.Dat…
Browse files Browse the repository at this point in the history
…a.SqlClient instead of System.Data.SqlClient (#1269) (#1273)
  • Loading branch information
TimothyMothra authored Sep 21, 2019
1 parent 599d148 commit a053b2b
Show file tree
Hide file tree
Showing 5 changed files with 886 additions and 443 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Updated Base SDK to 2.11.0
- Updated Microsoft.AspNet.TelemetryCorrelation to 1.0.7
- Updated System.Diagnostics.DiagnosticSource to 4.6.0
- [Fix Sql dependency tracking in .NET Core 3.0 which uses Microsoft.Data.SqlClient instead of System.Data.SqlClient](https://github.com/Microsoft/ApplicationInsights-dotnet-server/issues/1263)

## Version 2.11.0-beta2
- Updated Base SDK to 2.11.0-beta2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,16 @@
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="1.1.2" />
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="1.1.2" />
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="1.1.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.0.2" />
<PackageReference Include="System.Diagnostics.StackTrace" Version="4.3.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit a053b2b

Please sign in to comment.