|
3 | 3 |
|
4 | 4 | <PropertyGroup>
|
5 | 5 | <AssemblyName>Microsoft.ApplicationInsights.AspNetCore</AssemblyName>
|
6 |
| - <VersionPrefix>2.8.1</VersionPrefix> |
| 6 | + <VersionPrefix>2.8.2</VersionPrefix> |
7 | 7 | <LangVersion>7.2</LangVersion>
|
8 | 8 | <TargetFrameworks>netstandard2.0;net451;net46;netstandard1.6</TargetFrameworks>
|
9 | 9 | <TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard1.6;netstandard2.0</TargetFrameworks>
|
|
65 | 65 |
|
66 | 66 | <ItemGroup>
|
67 | 67 | <PackageReference Include="Microsoft.ApplicationInsights" Version="2.11.0" />
|
68 |
| - <PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.11.1" /> |
69 |
| - <PackageReference Include="Microsoft.ApplicationInsights.PerfCounterCollector" Version="2.11.1" /> |
70 |
| - <PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.11.1" /> |
| 68 | + <PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.11.2" /> |
| 69 | + <PackageReference Include="Microsoft.ApplicationInsights.PerfCounterCollector" Version="2.11.2" /> |
| 70 | + <PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.11.2" /> |
71 | 71 | <PackageReference Include="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version="2.11.0" />
|
72 | 72 | <PackageReference Include="Microsoft.AspNetCore.Hosting" Version="1.0.2" />
|
73 | 73 | <PackageReference Include="System.Text.Encodings.Web" Version="4.3.1" />
|
|
82 | 82 | <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
|
83 | 83 | <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.1.0" />
|
84 | 84 | <PackageReference Include="Microsoft.Extensions.Logging.ApplicationInsights" Version="2.11.0" />
|
85 |
| - <PackageReference Include="Microsoft.ApplicationInsights.EventCounterCollector" Version="2.11.1" /> |
| 85 | + <PackageReference Include="Microsoft.ApplicationInsights.EventCounterCollector" Version="2.11.2" /> |
86 | 86 | <PackageReference Include="System.Text.Encodings.Web" Version="4.3.1" />
|
87 | 87 | </ItemGroup>
|
88 | 88 |
|
|
0 commit comments