Skip to content

Commit

Permalink
enable apicompat (#12669)
Browse files Browse the repository at this point in the history
  • Loading branch information
maririos authored and prmathur-microsoft committed Jul 8, 2020
1 parent 8d84b36 commit fd6d1cb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions eng/ApiCompat/ApiCompat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Azure.AI.TextAnalytics" />
<PackageReference Include="Azure.Core" />
<PackageReference Include="Azure.Data.AppConfiguration" />
<PackageReference Include="Azure.Messaging.EventHubs" />
Expand Down
1 change: 1 addition & 0 deletions eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<ItemGroup>
<PackageReference Update="ApprovalTests" Version="3.0.22" />
<PackageReference Update="ApprovalUtilities" Version="3.0.22" />
<PackageReference Update="Azure.AI.TextAnalytics" Version="1.0.0" />
<PackageReference Update="Azure.Data.AppConfiguration" Version="1.0.0" />
<PackageReference Update="Azure.Core" Version="1.2.2" />
<PackageReference Update="Azure.Core.Experimental" Version="0.1.0-preview.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<PackageTags>Microsoft Azure Text Analytics</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<NoWarn>$(NoWarn);3021</NoWarn>
<EnableApiCompat>false</EnableApiCompat>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" />
Expand Down

0 comments on commit fd6d1cb

Please sign in to comment.