2023-08-31 02:09:38 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<LangVersion>10</LangVersion>
|
2023-09-04 02:45:31 +00:00
|
|
|
<VersionPrefix>0.10.2</VersionPrefix>
|
2023-08-31 02:09:38 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2023-09-01 20:12:17 +00:00
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
|
2023-08-31 15:48:59 +00:00
|
|
|
<PackageReference Include="TensorFlow.Keras" Version="0.11.2" />
|
2023-08-31 02:09:38 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
2023-08-31 14:52:09 +00:00
|
|
|
<ItemGroup>
|
2023-08-31 15:48:59 +00:00
|
|
|
<ProjectReference Include="..\..\Infrastructure\BotSharp.Abstraction\BotSharp.Abstraction.csproj" />
|
2023-08-31 14:52:09 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
2023-08-31 02:09:38 +00:00
|
|
|
</Project>
|