Fixing the path to the prefercliruntime file.

This commit is contained in:
Livar Cunha 2017-12-19 10:10:30 -08:00
parent 5a52a063b8
commit 22dcaf7cb6

View file

@ -10,7 +10,7 @@
<ItemGroup> <ItemGroup>
<Content Include="prefercliruntime"> <Content Include="prefercliruntime">
<Pack>true</Pack> <Pack>true</Pack>
<PackagePath>\prefercliruntime</PackagePath> <PackagePath>/</PackagePath>
</Content> </Content>
</ItemGroup> </ItemGroup>
</Project> </Project>