Skip to content

Commit

Permalink
Remove runtime pack dir prop from WasmApp.InTree.props
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdageek committed Jun 19, 2021
1 parent 695bafb commit cd0656b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mono/wasm/build/WasmApp.InTree.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<Platform>AnyCPU</Platform>
<EnableTargetingPackDownload>false</EnableTargetingPackDownload>
<TargetFramework>$(NetCoreAppToolCurrent)</TargetFramework>
<MicrosoftNetCoreAppRuntimePackRidDir>$([MSBuild]::NormalizeDirectory($(ArtifactsBinDir), 'microsoft.netcore.app.runtime.browser-wasm', $(Configuration), 'runtimes', 'browser-wasm'))</MicrosoftNetCoreAppRuntimePackRidDir>
<EMSDK_PATH Condition="'$(EMSDK_PATH)' == '' and '$(MonoProjectRoot)' != ''">$([MSBuild]::NormalizeDirectory($(MonoProjectRoot), 'wasm', 'emsdk'))</EMSDK_PATH>
<RunAOTCompilation Condition="'$(RunAOTCompilation)' == ''">false</RunAOTCompilation>
<PublishTrimmed>true</PublishTrimmed>
Expand Down

0 comments on commit cd0656b

Please sign in to comment.