Skip to content

Commit 89b2f6a

Browse files
authored
fix: aspnetcore dependency (#2873)
1 parent 7584368 commit 89b2f6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Sentry.AspNetCore/Sentry.AspNetCore.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131

3232
<ItemGroup Condition="'$(TargetFramework)' != 'netstandard2.0'">
3333
<FrameworkReference Include="Microsoft.AspNetCore.App" />
34+
</ItemGroup>
35+
36+
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
3437
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.0" />
3538
</ItemGroup>
3639

0 commit comments

Comments
 (0)