Files
bgr/BGR.Console/BGR.Console.csproj
T

22 lines
589 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.ML.OnnxRuntime" Version="1.20.1" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.6" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="modnet.onnx" />
<EmbeddedResource Include="rmbg.onnx" />
<EmbeddedResource Include="u2net.onnx" />
</ItemGroup>
</Project>