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-02-25 02:46:39 +0300
committerEric St. John <ericstj@microsoft.com>2017-02-25 02:46:39 +0300
commit2e6357833d786179598a05e6763914240b1761ae (patch)
tree1f7fb2ca537fa4b4e9db3893150eb3840fe29540 /pkg/Microsoft.Private.CoreFx.UAP
parent733d166917d9610afeee65a72286e0e65bdd947e (diff)
Fix casing of BuildRID
This was hitting a bug in msbuild. https://github.com/Microsoft/msbuild/issues/1751
Diffstat (limited to 'pkg/Microsoft.Private.CoreFx.UAP')
-rw-r--r--pkg/Microsoft.Private.CoreFx.UAP/Microsoft.Private.CoreFx.UAP.pkgproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/Microsoft.Private.CoreFx.UAP/Microsoft.Private.CoreFx.UAP.pkgproj b/pkg/Microsoft.Private.CoreFx.UAP/Microsoft.Private.CoreFx.UAP.pkgproj
index 19cc3c9e55..8f8e8d83e8 100644
--- a/pkg/Microsoft.Private.CoreFx.UAP/Microsoft.Private.CoreFx.UAP.pkgproj
+++ b/pkg/Microsoft.Private.CoreFx.UAP/Microsoft.Private.CoreFx.UAP.pkgproj
@@ -29,7 +29,7 @@
<!-- force a missing file if ref build is absent -->
<File Include="$(RefBinDir)/MISSING_REF_BUILD" Condition="'@(FileToPackage)' == ''" />
- <Dependency Include="@(BuildRid->'runtime.%(Identity).$(Id)')">
+ <Dependency Include="@(BuildRID->'runtime.%(Identity).$(Id)')">
<TargetRuntime>%(Identity)</TargetRuntime>
<Version>$(PackageVersion)</Version>
</Dependency>