|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
| 2 | + <Import Project="..\..\Nupkg.props" /> |
| 3 | + |
2 | 4 | <PropertyGroup>
|
3 | 5 | <AssemblyName>Microsoft.ApplicationInsights.AspNetCore</AssemblyName>
|
4 |
| - <VersionPrefix>2.8.0-beta3</VersionPrefix> |
| 6 | + <VersionPrefix>2.8.0</VersionPrefix> |
5 | 7 | <LangVersion>7.2</LangVersion>
|
6 | 8 | <TargetFrameworks>netstandard2.0;net451;net46;netstandard1.6</TargetFrameworks>
|
7 | 9 | <TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard1.6;netstandard2.0</TargetFrameworks>
|
|
18 | 20 | <AssemblyTitle>Application Insights for ASP.NET Core Web Applications</AssemblyTitle>
|
19 | 21 | <Title>Application Insights for ASP.NET Core Web Applications</Title>
|
20 | 22 | <Description>Application Insights for ASP.NET Core web applications. See https://azure.microsoft.com/documentation/articles/app-insights-asp-net-five/ for more information. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156</Description>
|
| 23 | + <PackageTags>$(PackageTags)aspnetcore;</PackageTags> |
21 | 24 | </PropertyGroup>
|
22 | 25 |
|
23 |
| - <PropertyGroup> |
24 |
| - <!--Normalized Nupkg properties. I will remove this PropertyGroup in a follow up PR.--> |
25 |
| - <Authors>Microsoft</Authors> |
26 |
| - <Copyright>© Microsoft Corporation. All rights reserved.</Copyright> |
27 |
| - <RepositoryType>git</RepositoryType> |
28 |
| - <RepositoryUrl>https://github.com/Microsoft/ApplicationInsights-aspnetcore.git</RepositoryUrl> |
29 |
| - <GeneratePackageOnBuild>True</GeneratePackageOnBuild> |
30 |
| - <IncludeSymbols>True</IncludeSymbols> |
31 |
| - <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
32 |
| - <PackageTags>Azure;Monitoring;Analytics;ApplicationInsights;Telemetry;AppInsights;aspnetcore;</PackageTags> |
33 |
| - <PackageIconUrl>https://appanacdn.blob.core.windows.net/cdn/icons/aic.png</PackageIconUrl> |
34 |
| - <PackageLicenseExpression>MIT</PackageLicenseExpression> |
35 |
| - <PackageProjectUrl>https://go.microsoft.com/fwlink/?LinkId=392727</PackageProjectUrl> |
36 |
| - <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
37 |
| - </PropertyGroup> |
38 |
| - |
39 | 26 | <PropertyGroup>
|
40 | 27 | <!--Package Settings-->
|
41 | 28 | <GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
77 | 64 |
|
78 | 65 |
|
79 | 66 | <ItemGroup>
|
80 |
| - <PackageReference Include="Microsoft.ApplicationInsights" Version="2.11.0-beta2" /> |
81 |
| - <PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.11.0-beta2" /> |
82 |
| - <PackageReference Include="Microsoft.ApplicationInsights.PerfCounterCollector" Version="2.11.0-beta2" /> |
83 |
| - <PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.11.0-beta2" /> |
84 |
| - <PackageReference Include="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version="2.11.0-beta2" /> |
| 67 | + <PackageReference Include="Microsoft.ApplicationInsights" Version="2.11.0" /> |
| 68 | + <PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.11.0" /> |
| 69 | + <PackageReference Include="Microsoft.ApplicationInsights.PerfCounterCollector" Version="2.11.0" /> |
| 70 | + <PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.11.0" /> |
| 71 | + <PackageReference Include="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version="2.11.0" /> |
85 | 72 | <PackageReference Include="Microsoft.AspNetCore.Hosting" Version="1.0.2" />
|
86 | 73 | <PackageReference Include="System.Text.Encodings.Web" Version="4.3.1" />
|
87 |
| - <PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.6.0-preview8.19405.3" /> |
| 74 | + <PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.6.0" /> |
88 | 75 | </ItemGroup>
|
89 | 76 |
|
90 | 77 | <ItemGroup Condition=" '$(TargetFramework)' != 'netstandard2.0' ">
|
|
94 | 81 |
|
95 | 82 | <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
|
96 | 83 | <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.1.0" />
|
97 |
| - <PackageReference Include="Microsoft.Extensions.Logging.ApplicationInsights" Version="2.11.0-beta2" /> |
98 |
| - <PackageReference Include="Microsoft.ApplicationInsights.EventCounterCollector" Version="2.11.0-beta2" /> |
| 84 | + <PackageReference Include="Microsoft.Extensions.Logging.ApplicationInsights" Version="2.11.0" /> |
| 85 | + <PackageReference Include="Microsoft.ApplicationInsights.EventCounterCollector" Version="2.11.0" /> |
99 | 86 | <PackageReference Include="System.Text.Encodings.Web" Version="4.3.1" />
|
100 | 87 | </ItemGroup>
|
101 | 88 |
|
|
0 commit comments