Merge pull request #6098 from nguerrera/fix-crossgen-win10

Fix crossgen step on win10 box
This commit is contained in:
Livar 2017-03-21 20:59:30 -07:00 committed by GitHub
commit a063c0b58e

View file

@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RuntimeIdentifier>$(Rid)</RuntimeIdentifier>
<RuntimeIdentifier>$(CoreCLRRid)</RuntimeIdentifier>
</PropertyGroup>
<ItemGroup>