File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
src/OpenTelemetry.SemanticConventions Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments