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 6ffe307 commit 3e20168Copy full SHA for 3e20168
tools/Common.Netcore.Dependencies.targets
@@ -32,7 +32,7 @@
32
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0" PrivateAssets="All" />
33
</ItemGroup>
34
<PropertyGroup>
35
- <StorageToolsPath>$(NugetPackageRoot)microsoft.azure.powershell.storage\1.3.14-preview\tools\</StorageToolsPath>
+ <StorageToolsPath>$(NugetPackageRoot)\microsoft.azure.powershell.storage\1.3.14-preview\tools\</StorageToolsPath>
36
</PropertyGroup>
37
<ItemGroup Condition="'$(OmitJsonPackage)' != 'true'">
38
<PackageReference Include="Newtonsoft.Json" Version="10.0.3"/>
0 commit comments