Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/shims/shims.proj')
-rw-r--r--src/shims/shims.proj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shims/shims.proj b/src/shims/shims.proj
index a7ab07f967..299c078363 100644
--- a/src/shims/shims.proj
+++ b/src/shims/shims.proj
@@ -74,8 +74,8 @@
<!-- Copy the facades to the package ref and lib folders to be included in the packages -->
<!-- TODO: replace with BinPlacing targets -->
<ItemGroup>
- <PackageOutputPaths Include="$(BinDir)$(TargetGroup)/pkg/ref" />
- <PackageOutputPaths Include="$(BinDir)$(TargetGroup)/pkg/lib" />
+ <PackageOutputPaths Include="$(BinDir)pkg/$(TargetGroup)/ref" />
+ <PackageOutputPaths Include="$(BinDir)pkg/$(TargetGroup)/lib" />
<PackageOutputPaths Include="$(RefPath)" />
<PackageOutputPaths Include="$(RuntimePath)" />
<ProducedFacades Include="$(GenFacadesOutputPath)*.dll" />