Skip to content

Commit

Permalink
Upgrade Azure.Core dependency for patch release (#23108)
Browse files Browse the repository at this point in the history
* Upgrade Azure.Core dependency for patch release

* moving package upgrade to identity csproj
  • Loading branch information
schaabs authored Aug 4, 2021
1 parent adbd5dc commit f6142b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/identity/Azure.Identity/src/Azure.Identity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Core" />
<PackageReference Include="Azure.Core" VersionOverride="1.17.0" />
<PackageReference Include="System.Memory" />
<PackageReference Include="System.Text.Json" />
<PackageReference Include="System.Threading.Tasks.Extensions" />
Expand Down

0 comments on commit f6142b6

Please sign in to comment.