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:
parent
d6d39a5c9d
commit
4c55fb6211
3 changed files with 13 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue