File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >net7.0</TargetFramework >
5
+ <TargetFramework >net7.0-windows7.0 </TargetFramework >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<Nullable >enable</Nullable >
8
+ <PlatformTarget >x64</PlatformTarget >
8
9
</PropertyGroup >
9
10
10
11
<ItemGroup >
19
20
</ItemGroup >
20
21
21
22
<ItemGroup >
23
+ <PackageReference Include =" CommandLineParser" Version =" 2.9.1" />
22
24
<PackageReference Include =" Emgu.CV" Version =" 4.7.0.5276" />
23
25
<PackageReference Include =" Emgu.CV.Bitmap" Version =" 4.7.0.5276" />
24
26
<PackageReference Include =" Emgu.CV.runtime.windows" Version =" 4.7.0.5276" />
27
+ <PackageReference Include =" OnnxSharp" Version =" 0.2.1" />
25
28
</ItemGroup >
26
29
27
30
</Project >
You can’t perform that action at this time.
0 commit comments