2021-10-27 10:07:07 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<PropertyGroup>
|
2024-09-04 22:21:23 +00:00
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2021-10-27 10:07:07 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2024-09-04 22:21:23 +00:00
|
|
|
<PackageReference Include="NUnit" Version="3.14.0" />
|
|
|
|
|
<PackageReference Include="Xamarin.UITest" Version="4.4.0" />
|
2024-01-04 18:41:28 +00:00
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
2021-10-27 10:07:07 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="..\..\Microsoft.ML.OnnxRuntime.Tests.Devices\TestResultData.cs">
|
|
|
|
|
<Link>TestResultData.cs</Link>
|
|
|
|
|
</Compile>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|