16 lines
326 B
XML
16 lines
326 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<TargetFramework>net5.0</TargetFramework>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="Fleck" Version="1.1.0" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\SharpChat.Common\SharpChat.Common.csproj" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|