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 847cccb99542e404381f233fb5a2812cd7ada954 12 lines 283 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="Library.fs"/> 10 </ItemGroup> 11 12</Project>