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
|
@ -19,6 +19,12 @@
|
|||
</PackageReference>
|
||||
</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>
|
||||
|
||||
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
|
||||
<Reference Include="System" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue