Revert "[TFM] Update TizenFX TFM to net6.0 (#5360)" (#5436)
[platform/core/csapi/tizenfx.git] / src / Tizen.MachineLearning.Train / Tizen.MachineLearning.Train.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <TargetFramework>netstandard2.0</TargetFramework>
5   </PropertyGroup>
6   <ItemGroup>
7     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj"/>
8     <ProjectReference Include="..\Tizen\Tizen.csproj"/>
9     <ProjectReference Include="..\Tizen.System.Information\Tizen.System.Information.csproj"/>
10     <projectReference Include="..\Tizen.MachineLearning.Inference\Tizen.MachineLearning.Inference.csproj"/>
11   </ItemGroup>
12
13 </Project>