Skip to content

Commit cd0656b

Browse files
committed
Remove runtime pack dir prop from WasmApp.InTree.props
1 parent 695bafb commit cd0656b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mono/wasm/build/WasmApp.InTree.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<Platform>AnyCPU</Platform>
77
<EnableTargetingPackDownload>false</EnableTargetingPackDownload>
88
<TargetFramework>$(NetCoreAppToolCurrent)</TargetFramework>
9-
<MicrosoftNetCoreAppRuntimePackRidDir>$([MSBuild]::NormalizeDirectory($(ArtifactsBinDir), 'microsoft.netcore.app.runtime.browser-wasm', $(Configuration), 'runtimes', 'browser-wasm'))</MicrosoftNetCoreAppRuntimePackRidDir>
109
<EMSDK_PATH Condition="'$(EMSDK_PATH)' == '' and '$(MonoProjectRoot)' != ''">$([MSBuild]::NormalizeDirectory($(MonoProjectRoot), 'wasm', 'emsdk'))</EMSDK_PATH>
1110
<RunAOTCompilation Condition="'$(RunAOTCompilation)' == ''">false</RunAOTCompilation>
1211
<PublishTrimmed>true</PublishTrimmed>

0 commit comments

Comments
 (0)