Adding a workaround for the build failure.

This commit is contained in:
Livar Cunha 2017-01-17 16:26:20 -08:00
parent 337d579949
commit b020b6f6b1

View file

@ -19,6 +19,10 @@
</PackageReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="NewtonSoft.Json" Version="9.0.1" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />