yolov5-net icon indicating copy to clipboard operation
yolov5-net copied to clipboard

Requirements

Open blackcement opened this issue 2 years ago • 1 comments

Hello, what are the requirements for the project? What Visual Studio and version of the .NET platform? What for in the code "using"? image

blackcement avatar Mar 28 '22 13:03 blackcement

These are top-level using statements. They don't require braces like the older syntax. They are a feature of newer code. Use VS 2022 and the latest C# version.

Alternatively, you could just use the braces like the older syntax and it will work fine.

sstainba avatar Jul 26 '22 22:07 sstainba