1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 13:34:39 -05:00
poke/core/InnerTube/InnerTube.csproj

12 lines
242 B
XML
Raw Normal View History

2022-08-05 15:33:38 -04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
</Project>