1
0

Mock mobile (#1)

* Added MockMobile tool
This commit is contained in:
2022-04-22 01:35:20 +03:00
committed by GitHub
parent b942aab638
commit 0ef434573b
5 changed files with 702 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
</Project>