We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 112e5b6 commit 6cd2cffCopy full SHA for 6cd2cff
tools/Common.Netcore.Dependencies.targets
@@ -29,7 +29,7 @@
29
<!-- <StorageToolsPath>$(MSBuildThisFileDirectory)..\src\packages\Microsoft.Azure.PowerShell.Storage.1.0.0-preview\tools\</StorageToolsPath> -->
30
<StorageToolsPath>$(MSBuildThisFileDirectory)..\src\Common\Commands.Common.Storage\</StorageToolsPath>
31
</PropertyGroup>
32
- <ItemGroup Condition='$(OmitJsonPackage)' != 'true'"">
+ <ItemGroup Condition="'$(OmitJsonPackage)' != 'true'">
33
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
34
</ItemGroup>
35
</Project>
0 commit comments