update nuget and sdk rtm-2241 (#5447)

* update nuget and sdk rtm-2241

* Applying the no packagereference workaround.

* Fix merge issue

* add comments for restore related workarounds added in test assets
This commit is contained in:
Rohit Agrawal 2017-01-27 19:12:35 -08:00 committed by Piotr Puszkiewicz
parent d6d39a5c9d
commit 4c55fb6211
3 changed files with 13 additions and 2 deletions

View file

@ -18,6 +18,11 @@
<Version>1.0.0-*</Version>
</DotNetCliToolReference>
</ItemGroup>
<!--The below package ref is added as a workaround to issue : https://github.com/NuGet/Home/issues/4416
This should be removed when the issue is fixed-->
<ItemGroup>
<PackageReference Include="NewtonSoft.Json" Version="9.0.1" />
</ItemGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DefineConstants>$(DefineConstants);RELEASE;TRACE</DefineConstants>
<Optimize>true</Optimize>