add app insights to Web

This commit is contained in:
Collin M. Barrett 2017-10-31 08:35:21 -05:00
parent d6fc7e2d84
commit c3db1675a2

View file

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