Skip to content

Commit

Permalink
Modify minvertag prefix for aspnet telemetry module project (#2250)
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas authored Aug 12, 2021
1 parent 6e765b8 commit b663b65
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
<TargetFrameworks>net461</TargetFrameworks>
<Description>A module that instruments incoming request with System.Diagnostics.Activity and notifies listeners with DiagnosticsSource.</Description>
<PackageTags>$(PackageTags);distributed-tracing;AspNet;MVC;WebAPI</PackageTags>
<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>
Expand Down

0 comments on commit b663b65

Please sign in to comment.