Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmada committed Jun 3, 2020
1 parent 812e46b commit a3e8b8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</PackageReference>
</ItemGroup>

<PropertyGroup Condition="'$(TargetFramework)'=='netcoreapp2.1' Or '$(TargetFramework)'=='netstandard2.1'">
<PropertyGroup Condition="'$(TargetFramework)'!='net461'">
<DefineConstants>$(DefineConstants);SPAN_SUPPORTED</DefineConstants>
</PropertyGroup>

Expand Down

0 comments on commit a3e8b8c

Please sign in to comment.