Skip to content

Commit

Permalink
fix Azure.Core reference (#37659)
Browse files Browse the repository at this point in the history
  • Loading branch information
christothes authored Jul 17, 2023
1 parent e54ec3a commit a5d3211
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sdk/identity/Azure.Identity/src/Azure.Identity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<!-- TODO: Revert after Azure.Core ships
<PackageReference Include="Azure.Core" /> -->
<projectreference Include="..\..\..\core\Azure.Core\src\Azure.Core.csproj" />
<PackageReference Include="Azure.Core" />
<PackageReference Include="System.Memory" />
<PackageReference Include="System.Text.Json" />
<PackageReference Include="System.Threading.Tasks.Extensions" />
Expand Down

0 comments on commit a5d3211

Please sign in to comment.