diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2024-11-13 23:42:28 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2024-11-13 23:42:28 +0300 |
commit | f8c62c6defa5c8c5ac06450bbcf1dc558b6e1a32 (patch) | |
tree | daa731f1233940c93db603f319bb138d277a84bb /OcrClient/OcrClient.csproj | |
parent | 3800c961166dbcc4553dd846d0291388e60d7e6f (diff) |
Implement IOcrClient
Diffstat (limited to 'OcrClient/OcrClient.csproj')
-rw-r--r-- | OcrClient/OcrClient.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OcrClient/OcrClient.csproj b/OcrClient/OcrClient.csproj index 4f78021..cdd654f 100644 --- a/OcrClient/OcrClient.csproj +++ b/OcrClient/OcrClient.csproj @@ -8,6 +8,7 @@ </PropertyGroup> <ItemGroup> + <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> <PackageReference Include="System.Net.Http" Version="4.3.4" /> </ItemGroup> |