generated from honeycombio/.github
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Honeycomb.OpenTelemetry.Instrumentation.AspNetCore.csproj
37 lines (31 loc) · 1.67 KB
/
Honeycomb.OpenTelemetry.Instrumentation.AspNetCore.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<!-- For SourceLink. See: https://github.com/dotnet/sourcelink#using-source-link-in-net-projects -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<!-- NuGet packaging properties -->
<VersionPrefix>0.29.0</VersionPrefix>
<VersionSuffix>beta</VersionSuffix>
<PackageId>Honeycomb.OpenTelemetry.Instrumentation.AspNetCore</PackageId>
<Authors>Honeycomb</Authors>
<Description>OpenTelemetry AspNetCore instrumentation extensions</Description>
<PackageProjectUrl>https://docs.honeycomb.io/getting-data-in/dotnet/</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageReleaseNotes>https://github.com/honeycombio/honeycomb-opentelemetry-dotnet/blob/main/CHANGELOG.md</PackageReleaseNotes>
<Copyright>Copyright (c) Honeycomb</Copyright>
<PackageTags>opentelemetry honeycomb observability tracing</PackageTags>
<PackageIcon>honeycomb.png</PackageIcon>
<RepositoryUrl>https://github.com/honeycombio/honeycomb-opentelemetry-dotnet</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.6.0-beta.3" />
</ItemGroup>
<ItemGroup>
<None Include="../../honeycomb.png" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>
</Project>