Skip to content

Commit

Permalink
Fix multitargeting build error
Browse files Browse the repository at this point in the history
  • Loading branch information
yaakov-h committed Sep 18, 2021
1 parent a205c2e commit 6a40122
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
<DebugType>embedded</DebugType>
<DebugSymbols>true</DebugSymbols>
<NeutralLanguage>en</NeutralLanguage>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup>
Expand Down

1 comment on commit 6a40122

@xPaw
Copy link
Member

@xPaw xPaw commented on 6a40122 Sep 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You'll want to fix paths in CI

Please sign in to comment.