Skip to content

Commit

Permalink
Update Azure.Core.Experimental reference for Azure.Identity (#43596)
Browse files Browse the repository at this point in the history
  • Loading branch information
christothes authored Apr 23, 2024
1 parent ed9a999 commit 4be82b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<PackageReference Update="Azure.Communication.Common" Version="1.3.0" />
<PackageReference Update="Azure.Core" Version="1.39.0" />
<PackageReference Update="Azure.Core.Amqp" Version="1.3.0" />
<PackageReference Update="Azure.Core.Experimental" Version="0.1.0-preview.32" />
<PackageReference Update="Azure.Core.Experimental" Version="0.1.0-preview.33" />
<PackageReference Update="Azure.Core.Expressions.DataFactory" Version="1.0.0" />
<PackageReference Update="Azure.Data.SchemaRegistry" Version="1.2.0" />
<PackageReference Update="Azure.Data.Tables" Version="12.8.0" />
Expand Down Expand Up @@ -379,7 +379,7 @@
<PackageReference Update="Microsoft.Extensions.Http" Version="2.1.1" />
<PackageReference Update="Microsoft.Extensions.Logging.Configuration" Version="2.1.1" />
</ItemGroup>

<PropertyGroup>
<TestProxyVersion>1.0.0-dev.20240410.2</TestProxyVersion>
</PropertyGroup>
Expand Down
3 changes: 1 addition & 2 deletions sdk/identity/Azure.Identity/src/Azure.Identity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
<DefineConstants>PREVIEW_FEATURE_FLAG</DefineConstants>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\core\Azure.Core.Experimental\src\Azure.Core.Experimental.csproj" />
<!-- <PackageReference Include="Azure.Core.Experimental" /> -->
<PackageReference Include="Azure.Core.Experimental" />
</ItemGroup>
</When>
</Choose>
Expand Down

0 comments on commit 4be82b3

Please sign in to comment.