Mark OpenTelemetry.Extensions.Hosting as a core package (#3992)
This commit is contained in:
parent
6c47447679
commit
c5fee60e9e
|
|
@ -1,9 +1,10 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<!-- OmniSharp/VS Code requires TargetFrameworks to be in descending order for IntelliSense and analysis. -->
|
||||
<TargetFrameworks>netstandard2.0</TargetFrameworks>
|
||||
<Description>Contains extensions to start OpenTelemetry in applications using Microsoft.Extensions.Hosting</Description>
|
||||
<RootNamespace>OpenTelemetry</RootNamespace>
|
||||
<MinVerTagPrefix>core-</MinVerTagPrefix>
|
||||
|
||||
<!-- this is temporary. will remove in future PR. -->
|
||||
<Nullable>disable</Nullable>
|
||||
|
|
|
|||
Loading…
Reference in New Issue