fix(logging): 🐛📦 rollback AppInsights to at least get Live Metrics working

possibly related to https://github.com/microsoft/ApplicationInsights-dotnet/issues/2058
This commit is contained in:
Collin M. Barrett 2020-09-26 12:44:34 -05:00
parent b6e619acb7
commit ff186edb16

View file

@ -17,7 +17,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.15.0" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.14.0" />
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>