14 lines
373 B
XML
14 lines
373 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<ImplicitUsings>true</ImplicitUsings>
|
|
<RootNamespace>Uwaa.Pleroma</RootNamespace>
|
|
<AssemblyName>Uwaa.Pleroma</AssemblyName>
|
|
</PropertyGroup>
|
|
|
|
<Import Project="../Common.targets"/>
|
|
|
|
<ItemGroup>
|
|
<Using Include="System.Text.Json" />
|
|
<Using Include="System.Text.Json.Serialization" />
|
|
</ItemGroup>
|
|
</Project>
|