aboutsummaryrefslogtreecommitdiff
path: root/VisionClient/VisionClient.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'VisionClient/VisionClient.csproj')
-rw-r--r--VisionClient/VisionClient.csproj14
1 files changed, 0 insertions, 14 deletions
diff --git a/VisionClient/VisionClient.csproj b/VisionClient/VisionClient.csproj
deleted file mode 100644
index 4f78021..0000000
--- a/VisionClient/VisionClient.csproj
+++ /dev/null
@@ -1,14 +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="System.Net.Http" Version="4.3.4" />
- </ItemGroup>
-
-</Project>