Skip to content

Commit

Permalink
Added snapshot debugger dependency to .NET Fx and .NET 5 versions (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
coderandhiker authored Nov 23, 2020
1 parent 9e2b7b3 commit 2903fc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/WWT.Web/WWT.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<PackageReference Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.0.2" />
<PackageReference Include="Azure.Identity" Version="1.2.3" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.13.1" />
<PackageReference Include="Microsoft.ApplicationInsights.SnapshotCollector" Version="1.3.7.3" />
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions src/WWTMVC5/WWTMVC5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,9 @@
<PackageReference Include="Microsoft.ApplicationInsights.PerfCounterCollector">
<Version>2.15.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.ApplicationInsights.SnapshotCollector">
<Version>1.3.7.3</Version>
</PackageReference>
<PackageReference Include="Microsoft.ApplicationInsights.Web">
<Version>2.15.0</Version>
</PackageReference>
Expand Down

0 comments on commit 2903fc7

Please sign in to comment.