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.

[build] Compute target framework dynamically in MSBuild

+1 -1
+1 -1
Iceshrimp.Build/Iceshrimp.Build.props
··· 1 1 <?xml version="1.0" encoding="utf-8" ?> 2 2 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 3 <PropertyGroup> 4 - <CustomTasksAssembly>$(MSBuildThisFileDirectory)\bin\Release\net9.0\$(MSBuildThisFileName).dll</CustomTasksAssembly> 4 + <CustomTasksAssembly>$(MSBuildThisFileDirectory)\bin\Release\$(TargetFramework)\$(MSBuildThisFileName).dll</CustomTasksAssembly> 5 5 </PropertyGroup> 6 6 7 7 <UsingTask TaskName="Iceshrimp.Build.Tasks.RewriteStaticAssetManifest" AssemblyFile="$(CustomTasksAssembly)" />