2017-12-18 05:30:20 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
2018-04-02 22:42:11 +00:00
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<SccProjectName>SAK</SccProjectName>
|
|
|
|
|
<SccProvider>SAK</SccProvider>
|
|
|
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|
|
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2017-12-18 05:30:20 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2018-03-28 22:08:49 +00:00
|
|
|
<Folder Include="Adapters\Lex\" />
|
|
|
|
|
<Folder Include="Adapters\Luis\" />
|
2017-12-18 05:30:20 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
2018-03-21 21:07:43 +00:00
|
|
|
<ItemGroup>
|
2018-03-28 22:08:49 +00:00
|
|
|
<PackageReference Include="DotNetToolkit" Version="1.4.0" />
|
|
|
|
|
<PackageReference Include="EntityFrameworkCore.BootKit" Version="1.5.4" />
|
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
|
|
|
|
|
<PackageReference Include="RestSharp" Version="106.2.1" />
|
2018-03-21 21:07:43 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
2017-12-18 05:30:20 +00:00
|
|
|
</Project>
|