Skip to content

Commit

Permalink
Nit fixed in prometheus for asp.net core (#3510)
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas authored Aug 1, 2022
1 parent 8d5d3d6 commit 6c616c1
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
<RunApiCompat>false</RunApiCompat>
</PropertyGroup>

<PropertyGroup>
<DefineConstants>$(DefineConstants);PROMETHEUS_ASPNETCORE</DefineConstants>
</PropertyGroup>

<ItemGroup>
<Compile Include="$(RepoRoot)\src\OpenTelemetry.Api\Internal\ExceptionExtensions.cs" Link="Includes\ExceptionExtensions.cs" />
<Compile Include="$(RepoRoot)\src\OpenTelemetry.Api\Internal\Guard.cs" Link="Includes\Guard.cs" />
Expand All @@ -32,7 +28,7 @@
<ProjectReference Include="$(RepoRoot)\src\OpenTelemetry\OpenTelemetry.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>

Expand Down

0 comments on commit 6c616c1

Please sign in to comment.