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.

[parsing/csproj] Remove redundant properties

+1 -7
+1 -7
Iceshrimp.Parsing/Iceshrimp.Parsing.csproj
··· 1 1 <Project Sdk="Microsoft.NET.Sdk"> 2 - 3 - <PropertyGroup> 4 - <TargetFramework>net9.0</TargetFramework> 5 - <ImplicitUsings>enable</ImplicitUsings> 6 - <Nullable>enable</Nullable> 7 - </PropertyGroup> 8 - 2 + <PropertyGroup/> 9 3 </Project>