Skip to content

Commit

Permalink
Avoid duplicate imports, and don't use the targetingpacks.targets for…
Browse files Browse the repository at this point in the history
… runtime tests since the paths are set explicitly in the project
  • Loading branch information
carlossanlop authored and ViktorHofer committed Nov 16, 2022
1 parent 39e41c8 commit bda1ada
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/Common/wasm-test-runner/WasmTestRunner.proj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

<Import Project="$(CORE_ROOT)\build\WasmApp.InTree.props" />
<PropertyGroup>
<ImportTargetingPacksTargetsInWasmAppTargets>false</ImportTargetingPacksTargetsInWasmAppTargets>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<MicrosoftNetCoreAppRuntimePackDir>$(CORE_ROOT)\runtimepack-non-existent</MicrosoftNetCoreAppRuntimePackDir>
<MicrosoftNetCoreAppRuntimePackRidDir>$(CORE_ROOT)\runtimepack</MicrosoftNetCoreAppRuntimePackRidDir>
Expand Down

0 comments on commit bda1ada

Please sign in to comment.