Skip to content

Commit

Permalink
disable TelemetryHttpModule API Compat for now (#2244)
Browse files Browse the repository at this point in the history
  • Loading branch information
reyang authored Aug 10, 2021
1 parent 6e51ced commit 629a2a2
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
<MinVerTagPrefix>core-</MinVerTagPrefix>
</PropertyGroup>

<!--Do not run ApiCompat as this package has never released a stable version.
Remove this property once we have released a stable version.-->
<PropertyGroup>
<RunApiCompat>false</RunApiCompat>
</PropertyGroup>

<ItemGroup>
<Reference Include="System.Web" />
</ItemGroup>
Expand Down

0 comments on commit 629a2a2

Please sign in to comment.