1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-06-28 01:54:25 -04:00
This commit is contained in:
Ashley 2022-08-05 22:33:38 +03:00 committed by GitHub
parent d2874c2e5f
commit 63dab6176e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
100 changed files with 12438 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
</Project>