Skip to content

Commit

Permalink
change Azure.Core version to 1.6 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
erich-wang authored Nov 18, 2020
1 parent 3880ee9 commit 6491c5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/Common.Netcore.Dependencies.targets
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
<PackageReference Include="Microsoft.Azure.PowerShell.Strategies" Version="1.3.28-preview"/>
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Websites" Version="1.3.28-preview"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Azure.Core" Version="1.6.0"/>
</ItemGroup>
<ItemGroup Condition="'$(IsTestProject)' != 'true'">
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.4.0">
<PrivateAssets Condition="'$(HideReferenceDependencies)' == 'true'">All</PrivateAssets>
Expand Down

0 comments on commit 6491c5c

Please sign in to comment.