1
- <Project Sdk =" Microsoft.NET.Sdk" >
2
-
3
- <PropertyGroup >
4
- <TargetFramework >netstandard2.0</TargetFramework >
5
- <LangVersion >latest</LangVersion >
6
- <ImplicitUsings >enable</ImplicitUsings >
7
- <Nullable >enable</Nullable >
8
- <PackageId >Microsoft.Teams.AI</PackageId >
9
- <Product >Microsoft Teams AI SDK</Product >
10
- <Version >1.10.0</Version >
11
- <Authors >Microsoft</Authors >
12
- <Company >Microsoft</Company >
13
- <Copyright >© Microsoft Corporation. All rights reserved.</Copyright >
14
- <PackageDescription >SDK focused on building AI based applications for Microsoft Teams.</PackageDescription >
15
- <PackageReadmeFile >README.md</PackageReadmeFile >
16
- <RepositoryUrl >https://github.com/microsoft/teams-ai</RepositoryUrl >
17
- <RepositoryType >git</RepositoryType >
18
- <GenerateDocumentationFile >True</GenerateDocumentationFile >
19
- </PropertyGroup >
20
-
21
- <PropertyGroup >
22
- <!-- Rules found at: https://aka.ms/Microsoft-NuGet-Compliance -->
23
- <PackageProjectUrl >https://github.com/microsoft/teams-ai</PackageProjectUrl >
24
- <PackageIconUrl >https://github-production-user-asset-6210df.s3.amazonaws.com/14900841/240368384-972a9a1b-679a-4725-bfc0-a1e76151a78a.png</PackageIconUrl >
25
- <PackageLicenseExpression >MIT</PackageLicenseExpression >
26
- <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
27
- <PackageTags >bots;ai;teams</PackageTags >
28
- <!--
29
- Suppress a warning about upcoming deprecation of PackageLicenseUrl. When embedding licenses are supported,
30
- replace PackageLicenseUrl with PackageLicenseExpression.
31
- -->
32
- <NoWarn >NU5125</NoWarn >
33
- <PublishRepositoryUrl >true</PublishRepositoryUrl >
34
- <IncludeSymbols >true</IncludeSymbols >
35
- </PropertyGroup >
36
-
37
- <ItemGroup >
38
- <InternalsVisibleTo Include =" Microsoft.Teams.AI.Tests" PublicKey =" 0024000004800000940000000602000000240000525341310004000001000100b1824ba3bb2e1e9ab1286076ceb0716adc32b46315c6bd106f45928aaa56d50d6cc4c8df7da3715bda9acda3652d964b2b4343a80121b35a815b3b462ddf18dbd4cb0af9b60760f40f85cd3a891a08856a8391b1e34fc09df50eb71b182a25e65476249a826f83445ed47b14747c01b9db2f3c7cd6909f2b06f5c7d15a108fde" />
39
- <InternalsVisibleTo Include =" DynamicProxyGenAssembly2" PublicKey =" 0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7" />
40
- </ItemGroup >
41
-
42
- <ItemGroup >
43
- <PackageReference Include =" AdaptiveCards" Version =" 3.1.0" />
44
- <PackageReference Include =" Azure.AI.ContentSafety" Version =" 1.0.0" />
45
- <PackageReference Include =" Azure.AI.OpenAI" Version =" 2.1.0-beta.1" />
46
- <PackageReference Include =" JsonSchema.Net" Version =" 6.1.2" />
47
- <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 8.0.0" />
48
- <PackageReference Include =" Microsoft.Bot.Builder" Version =" 4.23.0" />
49
- <PackageReference Include =" Microsoft.Bot.Builder.Dialogs" Version =" 4.23.0" />
50
- <PackageReference Include =" Microsoft.Bot.Builder.Integration.AspNet.Core" Version =" 4.23.0" />
51
- <PackageReference Include =" Microsoft.Identity.Client" Version =" 4.67.2 " />
52
- <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
53
- <PackageReference Include =" Microsoft.ML.Tokenizers.Data.Cl100kBase" Version =" 1.0.1 " /> <!-- This package is required to support gpt-3.x and gpt-4 models -->
54
- <PackageReference Include =" Microsoft.ML.Tokenizers.Data.O200kBase" Version =" 1.0.1 " /> <!-- This package is required to support gpt-4o models -->
55
- <PackageReference Include =" OpenAI" Version =" 2.1.0-beta.1 " />
56
- <PackageReference Include =" System.Text.Json" Version =" 8.0.5" />
57
- </ItemGroup >
58
-
59
- <ItemGroup >
60
- <None Include =" ..\README.md" Pack =" true" PackagePath =" \" />
61
- </ItemGroup >
62
-
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <PropertyGroup >
4
+ <TargetFramework >netstandard2.0</TargetFramework >
5
+ <LangVersion >latest</LangVersion >
6
+ <ImplicitUsings >enable</ImplicitUsings >
7
+ <Nullable >enable</Nullable >
8
+ <PackageId >Microsoft.Teams.AI</PackageId >
9
+ <Product >Microsoft Teams AI SDK</Product >
10
+ <Version >1.10.0</Version >
11
+ <Authors >Microsoft</Authors >
12
+ <Company >Microsoft</Company >
13
+ <Copyright >© Microsoft Corporation. All rights reserved.</Copyright >
14
+ <PackageDescription >SDK focused on building AI based applications for Microsoft Teams.</PackageDescription >
15
+ <PackageReadmeFile >README.md</PackageReadmeFile >
16
+ <RepositoryUrl >https://github.com/microsoft/teams-ai</RepositoryUrl >
17
+ <RepositoryType >git</RepositoryType >
18
+ <GenerateDocumentationFile >True</GenerateDocumentationFile >
19
+ </PropertyGroup >
20
+
21
+ <PropertyGroup >
22
+ <!-- Rules found at: https://aka.ms/Microsoft-NuGet-Compliance -->
23
+ <PackageProjectUrl >https://github.com/microsoft/teams-ai</PackageProjectUrl >
24
+ <PackageIconUrl >https://github-production-user-asset-6210df.s3.amazonaws.com/14900841/240368384-972a9a1b-679a-4725-bfc0-a1e76151a78a.png</PackageIconUrl >
25
+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
26
+ <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
27
+ <PackageTags >bots;ai;teams</PackageTags >
28
+ <!--
29
+ Suppress a warning about upcoming deprecation of PackageLicenseUrl. When embedding licenses are supported,
30
+ replace PackageLicenseUrl with PackageLicenseExpression.
31
+ -->
32
+ <NoWarn >NU5125</NoWarn >
33
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
34
+ <IncludeSymbols >true</IncludeSymbols >
35
+ </PropertyGroup >
36
+
37
+ <ItemGroup >
38
+ <InternalsVisibleTo Include =" Microsoft.Teams.AI.Tests" PublicKey =" 0024000004800000940000000602000000240000525341310004000001000100b1824ba3bb2e1e9ab1286076ceb0716adc32b46315c6bd106f45928aaa56d50d6cc4c8df7da3715bda9acda3652d964b2b4343a80121b35a815b3b462ddf18dbd4cb0af9b60760f40f85cd3a891a08856a8391b1e34fc09df50eb71b182a25e65476249a826f83445ed47b14747c01b9db2f3c7cd6909f2b06f5c7d15a108fde" />
39
+ <InternalsVisibleTo Include =" DynamicProxyGenAssembly2" PublicKey =" 0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7" />
40
+ </ItemGroup >
41
+
42
+ <ItemGroup >
43
+ <PackageReference Include =" AdaptiveCards" Version =" 3.1.0" />
44
+ <PackageReference Include =" Azure.AI.ContentSafety" Version =" 1.0.0" />
45
+ <PackageReference Include =" Azure.AI.OpenAI" Version =" 2.1.0-beta.1" />
46
+ <PackageReference Include =" JsonSchema.Net" Version =" 6.1.2" />
47
+ <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 8.0.0" />
48
+ <PackageReference Include =" Microsoft.Bot.Builder" Version =" 4.23.0" />
49
+ <PackageReference Include =" Microsoft.Bot.Builder.Dialogs" Version =" 4.23.0" />
50
+ <PackageReference Include =" Microsoft.Bot.Builder.Integration.AspNet.Core" Version =" 4.23.0" />
51
+ <PackageReference Include =" Microsoft.Identity.Client" Version =" 4.70.1 " />
52
+ <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
53
+ <PackageReference Include =" Microsoft.ML.Tokenizers.Data.Cl100kBase" Version =" 1.0.2 " /> <!-- This package is required to support gpt-3.x and gpt-4 models -->
54
+ <PackageReference Include =" Microsoft.ML.Tokenizers.Data.O200kBase" Version =" 1.0.2 " /> <!-- This package is required to support gpt-4o models -->
55
+ <PackageReference Include =" OpenAI" Version =" 2.1.0" />
56
+ <PackageReference Include =" System.Text.Json" Version =" 8.0.5" />
57
+ </ItemGroup >
58
+
59
+ <ItemGroup >
60
+ <None Include =" ..\README.md" Pack =" true" PackagePath =" \" />
61
+ </ItemGroup >
62
+
63
63
</Project >
0 commit comments