Skip to content

Commit 33c61a0

Browse files
[C#] bump: (deps): Bump the production group across 1 directory with 7 updates
Bumps the production group with 7 updates in the /dotnet/packages/Microsoft.TeamsAI directory: | Package | From | To | | --- | --- | --- | | [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) | `4.67.2` | `4.68.0` | | [Microsoft.ML.Tokenizers.Data.Cl100kBase](https://github.com/dotnet/machinelearning) | `1.0.1` | `1.0.2` | | [System.Text.Json](https://github.com/dotnet/runtime) | `8.0.5` | `8.0.5` | | [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime) | `8.0.0` | `8.0.0` | | [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime) | `8.0.0` | `8.0.0` | | [Microsoft.ML.Tokenizers.Data.O200kBase](https://github.com/dotnet/machinelearning) | `1.0.1` | `1.0.2` | | [System.Text.Json](https://github.com/dotnet/runtime) | `8.0.5` | `8.0.5` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.12.0` | `17.13.0` | | [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime) | `8.0.0` | `6.0.0` | | [OpenAI](https://github.com/openai/openai-dotnet) | `2.1.0-beta.1` | `2.1.0` | | [System.Text.Json](https://github.com/dotnet/runtime) | `8.0.5` | `6.0.11` | Updates `Microsoft.Identity.Client` from 4.67.2 to 4.68.0 - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/CHANGELOG.md) - [Commits](AzureAD/microsoft-authentication-library-for-dotnet@4.67.2...4.68.0) Updates `Microsoft.ML.Tokenizers.Data.Cl100kBase` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/dotnet/machinelearning/releases) - [Commits](https://github.com/dotnet/machinelearning/commits) Updates `System.Text.Json` from 8.0.5 to 8.0.5 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.5...v8.0.5) Updates `Microsoft.Bcl.AsyncInterfaces` from 8.0.0 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v8.0.0) Updates `Microsoft.Bcl.AsyncInterfaces` from 8.0.0 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v8.0.0) Updates `Microsoft.ML.Tokenizers.Data.O200kBase` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/dotnet/machinelearning/releases) - [Commits](https://github.com/dotnet/machinelearning/commits) Updates `System.Text.Json` from 8.0.5 to 8.0.5 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.5...v8.0.5) Updates `Microsoft.NET.Test.Sdk` from 17.12.0 to 17.13.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.12.0...v17.13.0) Updates `Microsoft.Bcl.AsyncInterfaces` from 8.0.0 to 6.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v8.0.0) Updates `OpenAI` from 2.1.0-beta.1 to 2.1.0 - [Release notes](https://github.com/openai/openai-dotnet/releases) - [Changelog](https://github.com/openai/openai-dotnet/blob/main/CHANGELOG.md) - [Commits](openai/openai-dotnet@OpenAI_2.1.0-beta.1...OpenAI_2.1.0) Updates `System.Text.Json` from 8.0.5 to 6.0.11 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.5...v8.0.5) --- updated-dependencies: - dependency-name: Microsoft.Identity.Client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: Microsoft.ML.Tokenizers.Data.Cl100kBase dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: Microsoft.Bcl.AsyncInterfaces dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: Microsoft.Bcl.AsyncInterfaces dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: Microsoft.ML.Tokenizers.Data.O200kBase dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: Microsoft.Bcl.AsyncInterfaces dependency-type: direct:production update-type: version-update:semver-major dependency-group: production - dependency-name: OpenAI dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-major dependency-group: production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6473c84 commit 33c61a0

File tree

2 files changed

+99
-99
lines changed

2 files changed

+99
-99
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
5-
<ImplicitUsings>enable</ImplicitUsings>
6-
<Nullable>enable</Nullable>
7-
8-
<IsPackable>false</IsPackable>
9-
<IsTestProject>true</IsTestProject>
10-
<PlatformTarget>x64</PlatformTarget>
11-
</PropertyGroup>
12-
13-
<ItemGroup>
14-
<PackageReference Include="Azure.AI.OpenAI" Version="2.1.0-beta.1" />
15-
<PackageReference Include="Azure.Identity" Version="1.13.2" />
16-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
17-
<PackageReference Include="Microsoft.Bot.Builder" Version="4.23.0" />
18-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
19-
<PackageReference Include="Moq" Version="4.18.4" />
20-
<PackageReference Include="OpenAI" Version="2.1.0-beta.1" />
21-
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
22-
<PackageReference Include="xunit" Version="2.9.3" />
23-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
24-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
25-
<PrivateAssets>all</PrivateAssets>
26-
</PackageReference>
27-
<PackageReference Include="coverlet.collector" Version="3.2.0">
28-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
29-
<PrivateAssets>all</PrivateAssets>
30-
</PackageReference>
31-
</ItemGroup>
32-
33-
<ItemGroup>
34-
<ProjectReference Include="..\Microsoft.TeamsAI\Microsoft.Teams.AI.csproj" />
35-
</ItemGroup>
36-
37-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>net6.0</TargetFramework>
5+
<ImplicitUsings>enable</ImplicitUsings>
6+
<Nullable>enable</Nullable>
7+
8+
<IsPackable>false</IsPackable>
9+
<IsTestProject>true</IsTestProject>
10+
<PlatformTarget>x64</PlatformTarget>
11+
</PropertyGroup>
12+
13+
<ItemGroup>
14+
<PackageReference Include="Azure.AI.OpenAI" Version="2.1.0-beta.1" />
15+
<PackageReference Include="Azure.Identity" Version="1.13.2" />
16+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
17+
<PackageReference Include="Microsoft.Bot.Builder" Version="4.23.0" />
18+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
19+
<PackageReference Include="Moq" Version="4.18.4" />
20+
<PackageReference Include="OpenAI" Version="2.1.0" />
21+
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
22+
<PackageReference Include="xunit" Version="2.9.3" />
23+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
24+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
25+
<PrivateAssets>all</PrivateAssets>
26+
</PackageReference>
27+
<PackageReference Include="coverlet.collector" Version="3.2.0">
28+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
29+
<PrivateAssets>all</PrivateAssets>
30+
</PackageReference>
31+
</ItemGroup>
32+
33+
<ItemGroup>
34+
<ProjectReference Include="..\Microsoft.TeamsAI\Microsoft.Teams.AI.csproj" />
35+
</ItemGroup>
36+
37+
</Project>
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,63 @@
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+
6363
</Project>

0 commit comments

Comments
 (0)