Skip to content

Commit

Permalink
Disable ApiCompat for Azure.Identity - DO NOT merge to master
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths committed May 4, 2021
1 parent 3bd1f22 commit f029cb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/identity/Azure.Identity/src/Azure.Identity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<NoWarn>$(NoWarn);3021</NoWarn>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<EnableApiCompat>false</EnableApiCompat>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Memory" />
Expand All @@ -27,4 +28,4 @@
</ItemGroup>
<!-- Import the Azure.Base project -->
<Import Project="$(MSBuildThisFileDirectory)..\..\..\core\Azure.Core\src\Azure.Core.props" />
</Project>
</Project>

0 comments on commit f029cb2

Please # to comment.