Added Application Insights Telemetry

This commit is contained in:
Brett Hewitson 2023-03-07 21:39:23 +10:00
parent 33af7cf391
commit 0449c3a43f
5 changed files with 52 additions and 10 deletions

View file

@ -16,6 +16,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="5.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer" Version="5.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.3.1" />