sharp-chat/SharpChat.DataProvider.Misuzu/SharpChat.DataProvider.Misuzu.csproj

13 lines
311 B
XML
Raw Normal View History

2022-08-30 15:05:29 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\hamakaze\Hamakaze\Hamakaze.csproj" />
<ProjectReference Include="..\SharpChat.Common\SharpChat.Common.csproj" />
</ItemGroup>
</Project>