Skip to content

Commit

Permalink
[samples] Include parent Directory.Build.targets in wasm/samples (dot…
Browse files Browse the repository at this point in the history
…net#54972)

Fixes building the samples against the intree ref assemblies
  • Loading branch information
lambdageek authored Jul 1, 2021
1 parent eeadfdb commit be80f67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mono/sample/wasm/Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<Project>
<Import Project="../Directory.Build.targets" />
<Target Name="PrepareForWasmBuild" BeforeTargets="WasmBuildApp">
<ItemGroup>
<WasmAssembliesToBundle Include="$(TargetDir)publish\*.dll" />
Expand Down

0 comments on commit be80f67

Please sign in to comment.