add App Insights to .Web

This commit is contained in:
Collin M. Barrett 2017-10-28 18:26:38 -05:00
parent 92b6a4fab9
commit 35f576a0c1

View file

@ -6,6 +6,7 @@
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.1.1" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" />
</ItemGroup>
<ItemGroup>