Skip to content

Commit

Permalink
[ACR] Upgrade Azure.Core dependency (#37561)
Browse files Browse the repository at this point in the history
* [ACR] Fix Azure.Core package dependency
  • Loading branch information
ShivangiReja authored Jul 12, 2023
1 parent adf80ce commit c2eaa9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<!-- Azure SDK packages -->
<PackageReference Update="Azure.Communication.Identity" Version="1.2.0" />
<PackageReference Update="Azure.Communication.Common" Version="1.2.1" />
<PackageReference Update="Azure.Core" Version="1.33.0" />
<PackageReference Update="Azure.Core" Version="1.34.0" />
<PackageReference Update="Azure.Core.Amqp" Version="1.3.0" />
<PackageReference Update="Azure.Core.Experimental" Version="0.1.0-preview.28" />
<PackageReference Update="Azure.Core.Expressions.DataFactory" Version="1.0.0-beta.3" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.2.0-beta.1 (2023-07-11)
## 1.2.0-beta.1 (2023-07-12)

### Bugs Fixed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
</PropertyGroup>

<ItemGroup>
<!-- <PackageReference Include="Azure.Core" /> -->
<ProjectReference Include="..\..\..\core\Azure.Core\src\Azure.Core.csproj" />
<PackageReference Include="Azure.Core" />
<PackageReference Include="System.Text.Json" />
</ItemGroup>

Expand Down

0 comments on commit c2eaa9d

Please sign in to comment.