Skip to content

Commit 8be448b

Browse files
authored
[SemanticConventions] Replace hardcoded TFM (open-telemetry#2173)
1 parent 7f91d74 commit 8be448b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Description>OpenTelemetry Semantic Conventions</Description>
4+
<TargetFramework>$(NetStandardMinimumSupportedVersion)</TargetFramework>
5+
<Description>OpenTelemetry Semantic Conventions.</Description>
66
<PackageTags>$(PackageTags);semantic-conventions</PackageTags>
77
<MinVerTagPrefix>SemanticConventions-</MinVerTagPrefix>
88
<IsPackable>false</IsPackable>
99
</PropertyGroup>
1010

11-
<!--Do not run Package Baseline Validation as this package has never released a stable version.
12-
Remove this property once we have released a stable version and add PackageValidationBaselineVersion property.-->
11+
<!-- Do not run Package Baseline Validation as this package has never released a stable version.
12+
Remove this property once we have released a stable version and add PackageValidationBaselineVersion property. -->
1313
<PropertyGroup>
1414
<DisablePackageBaselineValidation>true</DisablePackageBaselineValidation>
1515
</PropertyGroup>
16+
1617
</Project>

0 commit comments

Comments
 (0)