publishhelperbot/PublishHelperBot/PublishHelperBot.fsproj
2023-02-07 19:49:41 +03:00

19 lines
456 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Telegram.Bot" Version="18.0.0" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.fs" />
<Content Include="config.dev.json" />
<Content Include="config.example.json" />
</ItemGroup>
</Project>