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
path: root/src
diff options
context:
space:
mode:
authorchcosta <chcosta@microsoft.com>2017-01-04 04:16:39 +0300
committerGitHub <noreply@github.com>2017-01-04 04:16:39 +0300
commitcbb611fff6288356510e2d196a94e79e58d46538 (patch)
treeee726af08c8fa62bcc137327bac5c424754121de /src
parent412e9292bdbe9715a753db655189323ba0d05192 (diff)
Pass architecturegroup to build-managed (#14836)
Diffstat (limited to 'src')
-rw-r--r--src/Tools/GenerateProps/archgroups.props4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Tools/GenerateProps/archgroups.props b/src/Tools/GenerateProps/archgroups.props
index cd66e43cc4..a03d975090 100644
--- a/src/Tools/GenerateProps/archgroups.props
+++ b/src/Tools/GenerateProps/archgroups.props
@@ -3,7 +3,7 @@
<ItemGroup>
<ArchGroups Include="x86" />
<ArchGroups Include="x64" />
- <ArchGroups Include="ARM" />
- <ArchGroups Include="ARM64" />
+ <ArchGroups Include="arm" />
+ <ArchGroups Include="arm64" />
</ItemGroup>
</Project> \ No newline at end of file