Skip to content

Commit

Permalink
workaround for EnableComHosting not copying dependencies into output …
Browse files Browse the repository at this point in the history
…directory
  • Loading branch information
weltkante committed Aug 17, 2021
1 parent 734d2dc commit f18c0fe
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@
<ProjectReference Include="..\..\..\src\System.Windows.Forms.csproj" />
</ItemGroup>

<PropertyGroup>
<!-- workaround for https://github.com/dotnet/sdk/pull/19764 -->
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>

</Project>

0 comments on commit f18c0fe

Please sign in to comment.