an atproto pds written in F# (.NET 9) 🦒
pds fsharp giraffe dotnet atproto
5
fork

Configure Feed

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

at acb1d4f2aeabb0d56d22c3b4f3e07a386e8b16a3 13 lines 322 B view raw
1<Project Sdk="Microsoft.NET.Sdk"> 2 3 <PropertyGroup> 4 <TargetFramework>net9.0</TargetFramework> 5 <GenerateDocumentationFile>true</GenerateDocumentationFile> 6 </PropertyGroup> 7 8 <ItemGroup> 9 <Compile Include="Config.fs"/> 10 <Compile Include="Library.fs"/> 11 </ItemGroup> 12 13</Project>