Skip to content

Commit 6cd2cff

Browse files
committed
Fix targets file
1 parent 112e5b6 commit 6cd2cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/Common.Netcore.Dependencies.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<!-- <StorageToolsPath>$(MSBuildThisFileDirectory)..\src\packages\Microsoft.Azure.PowerShell.Storage.1.0.0-preview\tools\</StorageToolsPath> -->
3030
<StorageToolsPath>$(MSBuildThisFileDirectory)..\src\Common\Commands.Common.Storage\</StorageToolsPath>
3131
</PropertyGroup>
32-
<ItemGroup Condition='$(OmitJsonPackage)' != 'true'"">
32+
<ItemGroup Condition="'$(OmitJsonPackage)' != 'true'">
3333
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
3434
</ItemGroup>
3535
</Project>

0 commit comments

Comments
 (0)