2020-09-07 10:17:58 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-11-02 12:53:27 +00:00
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2020-09-07 10:17:58 +00:00
|
|
|
<TargetFramework>$(DefaultTargetFramework)</TargetFramework>
|
2018-11-02 12:53:27 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="ViewModels\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-09-07 10:17:58 +00:00
|
|
|
<FrameworkReference Include="Microsoft.AspNetCore.App" />
|
2023-05-12 12:42:32 +00:00
|
|
|
<PackageReference Include="RestSharp" Version="110.2.0" />
|
2018-11-02 12:53:27 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2023-05-20 15:20:37 +00:00
|
|
|
<ProjectReference Include="..\..\Infrastructure\BotSharp.Core\BotSharp.Core.csproj" />
|
2018-11-02 12:53:27 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|