Skip to content

Commit

Permalink
Fix build part 4 - third time's not the charm.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwest committed Jan 13, 2021
1 parent b5ad0b6 commit bd341f2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks Condition="$(TARGET_FRAMEWORK) == ''">net452;net46;netstandard2.0;netstandard2.1</TargetFrameworks>
<TargetFrameworks Condition="$(TARGET_FRAMEWORK) != ''">$(TARGET_FRAMEWORK)</TargetFrameworks>
<TargetFrameworks>net452;net46;netstandard2.0</TargetFrameworks>
<TargetFrameworks Condition="$(TARGET_FRAMEWORK) == '' OR $(TARGET_FRAMEWORK) != 'netcoreapp2.1'">netstandard2.1</TargetFrameworks>
<Description>OpenTelemetry protocol exporter for OpenTelemetry .NET</Description>
<PackageTags>$(PackageTags);OTLP</PackageTags>
</PropertyGroup>
Expand Down

0 comments on commit bd341f2

Please sign in to comment.