a fork of iceshrimp.net but a tweaked frontend to my personal liking. waow
fediverse social-media social iceshrimp fedi
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[backend/csproj] Remove extraneous EFCore BuildHost files

This is a workaround for https://github.com/dotnet/efcore/issues/36970

+1 -1
+1 -1
Iceshrimp.Backend/Iceshrimp.Backend.csproj
··· 39 39 <PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.0" /> 40 40 <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.0"> 41 41 <PrivateAssets>all</PrivateAssets> 42 - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> 42 + <IncludeAssets>runtime; build; native; analyzers; buildtransitive</IncludeAssets> 43 43 </PackageReference> 44 44 <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.0" /> 45 45 <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0" />