diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2024-11-09 22:34:58 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2024-11-09 22:34:58 +0300 |
commit | cc52668afc1d30720eb9dc42efdcf1539864179e (patch) | |
tree | 7ab15e23fc0d0790d9032e8735ef8cfb9183b748 /OcrClient/OcrClient.csproj | |
parent | cd9c2734f08f45d19e92f39c5c2c0b1344652b58 (diff) |
OcrTool refactoring
Diffstat (limited to 'OcrClient/OcrClient.csproj')
-rw-r--r-- | OcrClient/OcrClient.csproj | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/OcrClient/OcrClient.csproj b/OcrClient/OcrClient.csproj new file mode 100644 index 0000000..4f78021 --- /dev/null +++ b/OcrClient/OcrClient.csproj @@ -0,0 +1,14 @@ +<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="System.Net.Http" Version="4.3.4" /> + </ItemGroup> + +</Project> |