chatr/ChatrNotificationBotTest/ChatrNotificationBotTest.cs...

15 lines
350 B
XML
Raw Normal View History

2022-08-24 11:34:56 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\ChatrCommon\ChatrCommon.csproj" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>