|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | | - <PropertyGroup> |
4 | | - <PackageId>AppInsights.EnterpriseTelemetry</PackageId> |
5 | | - <Title>AppInsights.EnterpriseTelemetry</Title> |
6 | | - <Version>2.0.2</Version> |
7 | | - <Authors>Pratik Bhattacharya</Authors> |
8 | | - <Company>Microsoft</Company> |
9 | | - <PackageDescription>Library for capturing telemetry in an Enterprise level application</PackageDescription> |
10 | | - <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
11 | | - <PackageTags>ApplicationInsights;Enterprise Telemetry;Telemetry;Logging;AppInsights;AspNetCore</PackageTags> |
12 | | - <RepositoryUrl>https://github.com/microsoft/AppInsights.EnterpriseTelemetry</RepositoryUrl> |
13 | | - <RepositoryType>git</RepositoryType> |
14 | | - <RepositoryBranch>main</RepositoryBranch> |
15 | | - <TargetFramework>netstandard2.1</TargetFramework> |
16 | | - <LangVersion>Preview</LangVersion> |
17 | | - </PropertyGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <PackageId>AppInsights.EnterpriseTelemetry</PackageId> |
| 5 | + <Title>AppInsights.EnterpriseTelemetry</Title> |
| 6 | + <Version>2.0.2</Version> |
| 7 | + <Authors>Pratik Bhattacharya</Authors> |
| 8 | + <Company>Microsoft</Company> |
| 9 | + <PackageDescription>Library for capturing telemetry in an Enterprise level application</PackageDescription> |
| 10 | + <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
| 11 | + <PackageTags>ApplicationInsights;Enterprise Telemetry;Telemetry;Logging;AppInsights;AspNetCore</PackageTags> |
| 12 | + <RepositoryUrl>https://github.com/microsoft/AppInsights.EnterpriseTelemetry</RepositoryUrl> |
| 13 | + <RepositoryType>git</RepositoryType> |
| 14 | + <RepositoryBranch>main</RepositoryBranch> |
| 15 | + <TargetFramework>netstandard2.1</TargetFramework> |
| 16 | + <LangVersion>Preview</LangVersion> |
| 17 | + </PropertyGroup> |
18 | 18 |
|
19 | | - <ItemGroup> |
20 | | - <PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.20.0" /> |
21 | | - <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> |
22 | | - <PackageReference Include="System.Text.Encodings.Web" Version="6.0.0" /> |
23 | | - <PackageReference Include="System.Text.Json" Version="6.0.10" /> |
24 | | - </ItemGroup> |
| 19 | + <ItemGroup> |
| 20 | + <PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.20.0" /> |
| 21 | + <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> |
| 22 | + <PackageReference Include="System.Text.Encodings.Web" Version="6.0.0" /> |
| 23 | + <PackageReference Include="System.Text.Json" Version="6.0.10" /> |
| 24 | + </ItemGroup> |
25 | 25 |
|
26 | 26 | </Project> |
0 commit comments