Removing extra PackageReference workaround for tests
Fixes https://github.com/NuGet/Home/issues/4416
This commit is contained in:
parent
d881d45b75
commit
1c256d7c56
2 changed files with 0 additions and 11 deletions
|
@ -19,12 +19,6 @@
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
</ItemGroup>
|
</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' ">
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="Microsoft.CSharp" />
|
||||||
|
|
|
@ -18,11 +18,6 @@
|
||||||
<Version>1.0.0-*</Version>
|
<Version>1.0.0-*</Version>
|
||||||
</DotNetCliToolReference>
|
</DotNetCliToolReference>
|
||||||
</ItemGroup>
|
</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' ">
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||||
<DefineConstants>$(DefineConstants);RELEASE;TRACE</DefineConstants>
|
<DefineConstants>$(DefineConstants);RELEASE;TRACE</DefineConstants>
|
||||||
<Optimize>true</Optimize>
|
<Optimize>true</Optimize>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue