diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2024-11-14 00:16:58 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2024-11-14 00:16:58 +0300 |
commit | 2026e2a4e242f1d865928e660d37ac83fd9da1e2 (patch) | |
tree | bee21de64ce73a17630d93561de66a9081f6f9a8 /OcrClient/OcrClient.csproj | |
parent | ac20bbfc05c26766e9a16fbf7c6406db68cf05ae (diff) |
Move OcrClient to AddIn project
Diffstat (limited to 'OcrClient/OcrClient.csproj')
-rw-r--r-- | OcrClient/OcrClient.csproj | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/OcrClient/OcrClient.csproj b/OcrClient/OcrClient.csproj deleted file mode 100644 index cdd654f..0000000 --- a/OcrClient/OcrClient.csproj +++ /dev/null @@ -1,15 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk"> - - <PropertyGroup> - <TargetFrameworks>net472;net6.0-windows</TargetFrameworks> - <LangVersion>10</LangVersion> - <ImplicitUsings>enable</ImplicitUsings> - <Nullable>enable</Nullable> - </PropertyGroup> - - <ItemGroup> - <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> - <PackageReference Include="System.Net.Http" Version="4.3.4" /> - </ItemGroup> - -</Project> |