this repo has no description
0
fork

Configure Feed

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

at master 10 lines 239 B view raw
1<Project Sdk="Microsoft.NET.Sdk"> 2 3 <PropertyGroup> 4 <OutputType>Exe</OutputType> 5 <TargetFramework>net7.0</TargetFramework> 6 <ImplicitUsings>enable</ImplicitUsings> 7 <Nullable>enable</Nullable> 8 </PropertyGroup> 9 10</Project>