Skip to content

Commit

Permalink
remove Core proj reference (#18547)
Browse files Browse the repository at this point in the history
  • Loading branch information
christothes authored Feb 9, 2021
1 parent 5510048 commit 30a070e
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 @@ -10,7 +10,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="$(MSBuildThisFileDirectory)..\..\..\core\Azure.Core\src\Azure.Core.csproj" />
<PackageReference Include="System.Memory" />
<PackageReference Include="System.Text.Json" />
<PackageReference Include="System.Threading.Tasks.Extensions" />
Expand All @@ -31,6 +30,5 @@
<Compile Include="$(AzureCoreSharedSources)Base64Url.cs" />
</ItemGroup>
<!-- Import the Azure.Base project -->
<!-- TODO: Revert after TokenRequestContext changes ship in Azure.Core -->
<!-- <Import Project="$(MSBuildThisFileDirectory)..\..\..\core\Azure.Core\src\Azure.Core.props" /> -->
<Import Project="$(MSBuildThisFileDirectory)..\..\..\core\Azure.Core\src\Azure.Core.props" />
</Project>

0 comments on commit 30a070e

Please sign in to comment.