forked from BotBuilderCommunity/botbuilder-community-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBot.Builder.Community.Dialogs.Luis.csproj
More file actions
22 lines (19 loc) · 1.29 KB
/
Bot.Builder.Community.Dialogs.Luis.csproj
File metadata and controls
22 lines (19 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove('$(MSBuildThisFileDirectory)../', 'Bot.Builder.Community.sln'))\CommonTargets\library.shared.targets" />
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>Bot Builder Community</Authors>
<Description>Luis Dialog implemention for v4 of the Bot Builder .NET SDK.</Description>
<Product>Microsoft Bot Builder SDK</Product>
<Copyright>Microsoft Corporation. All rights reserved.</Copyright>
<PackageLicenseUrl>https://github.com/botbuildercommunity/botbuilder-community-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/tree/master/libraries/Bot.Builder.Community.Dialogs.Luis</PackageProjectUrl>
<PackageTags>bot framework;bot builder;azure bot service;luis dialog;dialogs;luis</PackageTags>
<RepositoryUrl>https://github.com/botbuildercommunity/botbuilder-community-dotnet</RepositoryUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Bot.Builder.Dialogs" Version="$(Bot_Builder_Version)" />
</ItemGroup>
</Project>