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:
authorEric St. John <ericstj@microsoft.com>2017-04-24 21:25:55 +0300
committerEric St. John <ericstj@microsoft.com>2017-04-24 21:25:55 +0300
commit9f6c671268d1918e5da934334a7bbd1e9197b1c2 (patch)
treedf32b9d314220e5e1198404209e07502334a7238 /pkg/frameworkPackage.targets
parentda637082d67bff0eb0681b7813343db5f011a3eb (diff)
Remove duplicate TFM in runtime framework packages
In refactoring these targets for the desktop support package I broke the targetpath for lib files.
Diffstat (limited to 'pkg/frameworkPackage.targets')
-rw-r--r--pkg/frameworkPackage.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/frameworkPackage.targets b/pkg/frameworkPackage.targets
index 6945d9c9a3..cb3749a33d 100644
--- a/pkg/frameworkPackage.targets
+++ b/pkg/frameworkPackage.targets
@@ -76,7 +76,7 @@
<!-- Include lib -->
<File Include="@(LibFile)">
- <TargetPath Condition="'%(LibFile.TargetPath)' == '' ">$(LibFileTargetPath)$(TargetFramework)%(LibFile.SubFolder)</TargetPath>
+ <TargetPath Condition="'%(LibFile.TargetPath)' == '' ">$(LibFileTargetPath)%(LibFile.SubFolder)</TargetPath>
</File>
<File Include="@(NativeFile)">