mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
14 lines
384 B
XML
14 lines
384 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.11.0" />
|
|
<PackageReference Include="Sixlabors.ImageSharp" Version="2.1.1" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|