mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
* C# sample: Faster R-CNN * Add link to new sample in samples README * Remove duplicate image
15 lines
No EOL
471 B
XML
15 lines
No EOL
471 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<LangVersion>8.0</LangVersion>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.ML.OnnxRuntime" Version="1.4.0" />
|
|
<PackageReference Include="Sixlabors.ImageSharp" Version="1.0.0" />
|
|
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="1.0.0-beta0010" />
|
|
</ItemGroup>
|
|
|
|
</Project> |