[backend/csproj] Update dotNetRdf version

This dependency fixes a bug that prevents loading of remote LD contexts with application/json content type and no Link header.
This commit is contained in:
Laura Hausmann 2024-08-17 01:46:44 +02:00
parent 19b6b50db5
commit 2a389c0d59
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -17,7 +17,7 @@
<PackageReference Include="AngleSharp" Version="1.1.2" />
<PackageReference Include="AsyncKeyedLock" Version="7.0.0" />
<PackageReference Include="CommunityToolkit.HighPerformance" Version="8.2.2" />
<PackageReference Include="dotNetRdf.Core" Version="3.2.9-iceshrimp" />
<PackageReference Include="dotNetRdf.Core" Version="3.2.10-iceshrimp" />
<PackageReference Include="EntityFrameworkCore.Exceptions.PostgreSQL" Version="8.1.2" />
<PackageReference Include="EntityFrameworkCore.Projectables" Version="3.0.4" />
<PackageReference Include="FlexLabs.EntityFrameworkCore.Upsert" Version="8.0.0" />