Skip to content

Commit

Permalink
fix: aspnetcore dependency (#2873)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia authored Nov 21, 2023
1 parent 7584368 commit 89b2f6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Sentry.AspNetCore/Sentry.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@

<ItemGroup Condition="'$(TargetFramework)' != 'netstandard2.0'">
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 89b2f6a

Please sign in to comment.