diff --git a/src/pkg/projects/netcoreapp/src/localnetcoreapp.override.targets b/src/pkg/projects/netcoreapp/src/localnetcoreapp.override.targets index 55f87f33ef..b467e3f18a 100644 --- a/src/pkg/projects/netcoreapp/src/localnetcoreapp.override.targets +++ b/src/pkg/projects/netcoreapp/src/localnetcoreapp.override.targets @@ -4,34 +4,50 @@ - $(CoreCLROverridePath)/PDB + $([MSBuild]::NormalizeDirectory('$(CoreCLROverridePath)')) + + + x64 + x86 + x64 + $([MSBuild]::NormalizeDirectory('$(CoreCLROverridePath)','sharedFramework')) + $([MSBuild]::NormalizeDirectory('$(CoreCLROverridePath)','$(CoreCLRCrossTargetComponentDir)','sharedFramework')) - - - - - - @(CoreCLRFiles) - - - - %(PathInPackage) - - - - - - @(ShortNameDacFileOverride) - - - - true - - - - + + + + + true + + + + + + + + runtime/$(RuntimeIdentifier)/native + + + + runtime/$(CoreCLRCrossTargetComponentDirName)_$(TargetArchitecture)/native + + + + + + + diff --git a/src/pkg/projects/netcoreapp/src/netcoreapp.depproj b/src/pkg/projects/netcoreapp/src/netcoreapp.depproj index 33373d1767..91ea562a33 100644 --- a/src/pkg/projects/netcoreapp/src/netcoreapp.depproj +++ b/src/pkg/projects/netcoreapp/src/netcoreapp.depproj @@ -56,7 +56,8 @@ + DependsOnTargets="GetCorePackagePaths" + Condition="'$(CoreCLROverridePath)' == ''"> <_ToolsToPackage Include="$(_runtimePackageDir)tools/**/*.*"/>