DTHelperStd.csproj 671 B

12345678910111213141516171819
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. <Configurations>Debug;Release;Electron;Minimal</Configurations>
  5. </PropertyGroup>
  6. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Minimal|AnyCPU'">
  7. <DefineConstants>TRACE;MACOSX</DefineConstants>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <PackageReference Include="Accord.Statistics" Version="3.8.0" />
  11. <PackageReference Include="Microsoft.ML" Version="0.10.0" />
  12. <PackageReference Include="NLog" Version="4.5.11" />
  13. <PackageReference Include="System.Data.SQLite" Version="1.0.109.2" />
  14. </ItemGroup>
  15. </Project>