Descriptions for nuget packages (#2806)
This commit is contained in:
parent
ffa6406a3e
commit
5581f111ba
|
|
@ -2,7 +2,7 @@
|
|||
<package>
|
||||
<metadata>
|
||||
<id>OpenTelemetry.AutoInstrumentation.Runtime.Native</id>
|
||||
<description>Native runtime components used by the OpenTelmetry.AutoInstrumentation project.</description>
|
||||
<description>Native runtime components used by the OpenTelemetry.AutoInstrumentation project.</description>
|
||||
<icon>images\opentelemetry-icon-color.png</icon>
|
||||
|
||||
<!-- Common properties expected to be defined at build time -->
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net6.0</TargetFrameworks>
|
||||
<Description>ASP.NET Core Bootstrapper used by the OpenTelemetry.AutoInstrumentation project.</Description>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
<PropertyGroup>
|
||||
<!-- Target only netstandard2.0 so there is a single path in the .targets using build tasks from this package. -->
|
||||
<TargetFrameworks>netstandard2.0</TargetFrameworks>
|
||||
<Description>Build tasks used by the OpenTelemetry.AutoInstrumentation project.</Description>
|
||||
|
||||
<!-- The assembly DLL needs to be under the build folder for proper packing. -->
|
||||
<BuildOutputTargetFolder>build</BuildOutputTargetFolder>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
<PropertyGroup>
|
||||
<TargetFrameworks>net6.0</TargetFrameworks>
|
||||
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">$(TargetFrameworks);net462</TargetFrameworks>
|
||||
<Description>Loader used by the OpenTelemetry.AutoInstrumentation project.</Description>
|
||||
<OutputPath>..\bin\ProfilerResources\</OutputPath>
|
||||
|
||||
<!-- Hide warnings for EOL .NET Core targets (e.g. netcoreapp2.0) -->
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
this project should target netcoreapp3.1.
|
||||
Reference: https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/issues/1644 -->
|
||||
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
|
||||
<Description>StartupHook used by the OpenTelemetry.AutoInstrumentation project.</Description>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<PackageId>OpenTelemetry.AutoInstrumentation.Runtime.Managed</PackageId>
|
||||
<Description>Managed components used by the OpenTelemetry.AutoInstrumentation project.</Description>
|
||||
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
|
||||
<GeneratedFolder>Generated</GeneratedFolder>
|
||||
<CompilerGeneratedFilesOutputPath>$(GeneratedFolder)\$(TargetFramework)</CompilerGeneratedFilesOutputPath>
|
||||
|
|
|
|||
Loading…
Reference in New Issue