2018-11-02 12:53:27 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2018-12-27 04:03:14 +00:00
|
|
|
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
2018-11-02 12:53:27 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Folder Include="ViewModels\" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-02-19 13:07:04 +00:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.2" />
|
2019-03-17 04:50:33 +00:00
|
|
|
|
<PackageReference Include="RestSharp" Version="106.6.9" />
|
2018-11-02 12:53:27 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-03-17 00:55:55 +00:00
|
|
|
|
<ProjectReference Include="..\BotSharp.Platform.OwnThink\BotSharp.Platform.OwnThink.csproj" />
|
2018-11-02 12:53:27 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|