-
Notifications
You must be signed in to change notification settings - Fork 178
/
Copy pathBot.Builder.Community.Components.TokenExchangeSkillHandler.csproj
38 lines (34 loc) · 1.89 KB
/
Bot.Builder.Community.Components.TokenExchangeSkillHandler.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<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>
<Company>Bot Builder Community</Company>
<PackageLicenseUrl>https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<RepositoryUrl>https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/tree/develop/libraries/Bot.Builder.Community.Components.TokenExchangeSkillHandler</RepositoryUrl>
<PackageIcon>package-icon.png</PackageIcon>
<PackageLicenseUrl />
<PackageLicenseExpression></PackageLicenseExpression>
<Description>Component for Single Sign On Token Exchange Skill Handler</Description>
<Summary>Token Exchange Skill Handler component for Single Sign on between Root Bot and Skill.</Summary>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/tree/develop/libraries/Bot.Builder.Community.Components.TokenExchangeSkillHandler</PackageProjectUrl>
<Version>1.0.0-preview</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageTags>bots;botframework;botbuilder;msbot-component;msbot-middleware;</PackageTags>
<ContentTargetFolders>content</ContentTargetFolders>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\LICENSE" Link="LICENSE">
<PackagePath></PackagePath>
<Pack>True</Pack>
</None>
<None Include="..\..\package-icon.png" Link="package-icon.png">
<PackagePath></PackagePath>
<Pack>True</Pack>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Bot.Builder" Version="$(Bot_Builder_Version)" />
</ItemGroup>
</Project>