1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 08:54:42 -05:00
poke/core/InnerTube/InnerTube.csproj
2022-08-05 22:33:38 +03:00

12 lines
242 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
</Project>