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 e5ddff7 commit 4cee3a7Copy full SHA for 4cee3a7
src/ResourceManager/Storage/Commands.Management.Storage/Commands.Storage.Netcore.csproj
@@ -27,7 +27,7 @@
27
28
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">
29
<PackageReference Include="Microsoft.Azure.Management.ResourceManager" Version="1.6.0-preview" />
30
- <PackageReference Include="Microsoft.Azure.Management.Storage" Version="6.5.0-preview" />
+ <PackageReference Include="Microsoft.Azure.Management.Storage" Version="7.1.0-preview" />
31
<PackageReference Include="System.Collections.Specialized" Version="4.3.0" />
32
<PackageReference Include="System.Reflection" Version="4.3.0" />
33
<PackageReference Include="System.Security.SecureString" Version="4.3.0" />
@@ -62,4 +62,4 @@
62
</None>
63
</ItemGroup>
64
65
-</Project>
+</Project>
0 commit comments