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] Revert "Only depend on Microsoft.EntityFrameworkCore.Design during regular builds"

This reverts commit 02014544ce0ff7f97922703de64b0bfc8bf6b615, as it ended up not changing the build output.

+4 -8
+4 -8
Iceshrimp.Backend/Iceshrimp.Backend.csproj
··· 37 37 <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="10.0.0" /> 38 38 <PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="10.0.0" /> 39 39 <PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.0" /> 40 + <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.0"> 41 + <PrivateAssets>all</PrivateAssets> 42 + <IncludeAssets>runtime; build; native; analyzers; buildtransitive</IncludeAssets> 43 + </PackageReference> 40 44 <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.0" /> 41 45 <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0" /> 42 46 <PackageReference Include="Npgsql.OpenTelemetry" Version="10.0.0" /> ··· 60 64 <PackageReference Include="Iceshrimp.MimeTypes" Version="1.0.1" /> 61 65 <PackageReference Include="Iceshrimp.WebPush" Version="2.2.0" /> 62 66 <PackageReference Include="NetVips" Version="3.1.0" /> 63 - </ItemGroup> 64 - 65 - <!-- Only include design-time dependencies during regular builds --> 66 - <ItemGroup Condition=" '$(_IsPublishing)' != 'true' "> 67 - <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.0"> 68 - <PrivateAssets>all</PrivateAssets> 69 - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> 70 - </PackageReference> 71 67 </ItemGroup> 72 68 73 69 <!-- If the build flag BundleNativeDeps is set, reference the LibVips native dependecy -->