Select the types of activity you want to include in your feed.
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>