Skip to content

Commit a4f5e61

Browse files
committed
- Setting target framework and platform
1 parent ac28194 commit a4f5e61

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/MOT/MOT.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net7.0</TargetFramework>
5+
<TargetFramework>net7.0-windows7.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
8+
<PlatformTarget>x64</PlatformTarget>
89
</PropertyGroup>
910

1011
<ItemGroup>
@@ -19,9 +20,11 @@
1920
</ItemGroup>
2021

2122
<ItemGroup>
23+
<PackageReference Include="CommandLineParser" Version="2.9.1" />
2224
<PackageReference Include="Emgu.CV" Version="4.7.0.5276" />
2325
<PackageReference Include="Emgu.CV.Bitmap" Version="4.7.0.5276" />
2426
<PackageReference Include="Emgu.CV.runtime.windows" Version="4.7.0.5276" />
27+
<PackageReference Include="OnnxSharp" Version="0.2.1" />
2528
</ItemGroup>
2629

2730
</Project>

0 commit comments

Comments
 (0)