Skip to content

Commit

Permalink
Fix framework multitargeting (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
tehcrashxor authored Jun 28, 2024
1 parent e2da260 commit 521ab79
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/PAModel/Microsoft.PowerPlatform.Formulas.Tools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
<RootNamespace>Microsoft.PowerPlatform.Formulas.Tools</RootNamespace>
</PropertyGroup>

<PropertyGroup Label="Override Directory.Build.props Settings">
<!-- Clear the singular TargetFramework set by Directory.Build.props, so that it doesn't take precedence over the plural TargetFrameworks set above. -->
<TargetFramework></TargetFramework>
<!-- Directory.Build.props sets paths assuming a single Target Framework. Add the framework to the path to prevent overwriting one with the other -->
<OutDir>$(OutDir)\$(TargetFramework)</OutDir>
</PropertyGroup>

<!-- Nuget Properties -->
<PropertyGroup>
<PackageId>Microsoft.PowerPlatform.Formulas.Tools</PackageId>
Expand Down

0 comments on commit 521ab79

Please sign in to comment.