Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Commit

Permalink
Update AI packages and bump version (#1000)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liudmila Molkova committed Oct 4, 2019
1 parent 08c8db5 commit 09cf404
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<AssemblyName>Microsoft.ApplicationInsights.AspNetCore</AssemblyName>
<VersionPrefix>2.8.0</VersionPrefix>
<VersionPrefix>2.8.1</VersionPrefix>
<LangVersion>7.2</LangVersion>
<TargetFrameworks>netstandard2.0;net451;net46;netstandard1.6</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard1.6;netstandard2.0</TargetFrameworks>
Expand Down Expand Up @@ -65,9 +65,9 @@

<ItemGroup>
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.11.0" />
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.11.0" />
<PackageReference Include="Microsoft.ApplicationInsights.PerfCounterCollector" Version="2.11.0" />
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.11.0" />
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.11.1" />
<PackageReference Include="Microsoft.ApplicationInsights.PerfCounterCollector" Version="2.11.1" />
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.11.1" />
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version="2.11.0" />
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="1.0.2" />
<PackageReference Include="System.Text.Encodings.Web" Version="4.3.1" />
Expand All @@ -82,7 +82,7 @@
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.1.0" />
<PackageReference Include="Microsoft.Extensions.Logging.ApplicationInsights" Version="2.11.0" />
<PackageReference Include="Microsoft.ApplicationInsights.EventCounterCollector" Version="2.11.0" />
<PackageReference Include="Microsoft.ApplicationInsights.EventCounterCollector" Version="2.11.1" />
<PackageReference Include="System.Text.Encodings.Web" Version="4.3.1" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<AssemblyName>Microsoft.ApplicationInsights.WorkerService</AssemblyName>
<VersionPrefix>2.8.0</VersionPrefix>
<VersionPrefix>2.8.1</VersionPrefix>
<LangVersion>7.2</LangVersion>
<TargetFrameworks>netstandard2.0</TargetFrameworks>

Expand Down Expand Up @@ -62,12 +62,12 @@

<ItemGroup>
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.11.0" />
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.11.0" />
<PackageReference Include="Microsoft.ApplicationInsights.PerfCounterCollector" Version="2.11.0" />
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.11.0" />
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.11.1" />
<PackageReference Include="Microsoft.ApplicationInsights.PerfCounterCollector" Version="2.11.1" />
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.11.1" />
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version="2.11.0" />
<PackageReference Include="Microsoft.Extensions.Logging.ApplicationInsights" Version="2.11.0" />
<PackageReference Include="Microsoft.ApplicationInsights.EventCounterCollector" Version="2.11.0" />
<PackageReference Include="Microsoft.ApplicationInsights.EventCounterCollector" Version="2.11.1" />

<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.2.0" />
</ItemGroup>
Expand Down

0 comments on commit 09cf404

Please sign in to comment.