1
0
Форкнуть 0
This commit is contained in:
Cijo Thomas 2019-02-10 23:00:13 -08:00
Родитель f641fe7b5c
Коммит b270e4ab03
2 изменённых файлов: 7 добавлений и 6 удалений

Просмотреть файл

@ -2,6 +2,7 @@
## Version 2.7.0-beta1
- Added NetStandard2.0 target.
- Updated Web/Base SDK version dependency to 2.10.0-beta1
## Version 2.6.1
- Updated Web/Base SDK version dependency to 2.9.1

Просмотреть файл

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>Microsoft.ApplicationInsights.AspNetCore</AssemblyName>
<VersionPrefix>2.6.0</VersionPrefix>
<VersionPrefix>2.7.0-beta1</VersionPrefix>
<Authors>Microsoft</Authors>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<AssemblyTitle>Application Insights for ASP.NET Core Web Applications</AssemblyTitle>
@ -81,11 +81,11 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.9.0" />
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.9.0" />
<PackageReference Include="Microsoft.ApplicationInsights.PerfCounterCollector" Version="2.9.0" />
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.9.0" />
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version="2.9.0" />
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.10.0-beta1" />
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.10.0-beta1" />
<PackageReference Include="Microsoft.ApplicationInsights.PerfCounterCollector" Version="2.10.0-beta1" />
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.10.0-beta1" />
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version="2.10.0-beta1" />
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="1.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="1.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="1.0.2" />