File tree Expand file tree Collapse file tree 4 files changed +2
-12
lines changed Expand file tree Collapse file tree 4 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <PropertyGroup >
4- <OmitJsonPackage >true</OmitJsonPackage >
5- </PropertyGroup >
63 <Import Project =" $(MSBuildThisFileDirectory)\Dependencies.Client.targets" />
74 <ItemGroup >
85 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" />
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <IncludeSource >True</IncludeSource >
55 <IncludeSymbols >True</IncludeSymbols >
6- <SymbolPackageFormat >snupkg</SymbolPackageFormat >
6+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
77 <!-- Suppress known NuGet package vulnerabilities to unblock build as we track this kind of security issues internally. -->
88 <WarningsNotAsErrors >NU1901;NU1902;NU1903;NU1904</WarningsNotAsErrors >
99 </PropertyGroup >
10- <ItemGroup Condition = " '$(OmitJsonPackage)' != 'true' " >
10+ <ItemGroup >
1111 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.2" />
1212 </ItemGroup >
1313 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
2- <PropertyGroup >
3- <OmitJsonPackage >true</OmitJsonPackage >
4- </PropertyGroup >
52 <Import Project =" $(ProjectDir)..\Dependencies.Client.targets" />
63
74 <PropertyGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
2- <PropertyGroup >
3- <OmitJsonPackage >true</OmitJsonPackage >
4- </PropertyGroup >
5-
62 <Import Project =" $(ProjectDir)..\Dependencies.targets" />
73
84 <PropertyGroup >
You can’t perform that action at this time.
0 commit comments