Skip to content

Commit 93e3a53

Browse files
[C#] bump: (deps): Bump the production group across 1 directory with 8 updates
Bumps the production group with 8 updates in the /dotnet/packages/Microsoft.TeamsAI directory: | Package | From | To | | --- | --- | --- | | [Microsoft.Bot.Builder](https://github.com/Microsoft/botbuilder-dotnet) | `4.22.7` | `4.22.9` | | [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) | `4.61.3` | `4.64.1` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.10.0` | `17.11.1` | | [OpenAI](https://github.com/openai/openai-dotnet) | `2.0.0-beta.7` | `2.0.0-beta.12` | | [xunit](https://github.com/xunit/xunit) | `2.9.0` | `2.9.1` | | [Microsoft.Bot.Builder.Dialogs](https://github.com/Microsoft/botbuilder-dotnet) | `4.22.7` | `4.22.9` | | [Microsoft.Bot.Builder](https://github.com/Microsoft/botbuilder-dotnet) | `4.22.7` | `4.22.9` | | [Microsoft.Bot.Builder.Integration.AspNet.Core](https://github.com/Microsoft/botbuilder-dotnet) | `4.22.7` | `4.22.9` | | [Microsoft.Bot.Builder](https://github.com/Microsoft/botbuilder-dotnet) | `4.22.7` | `4.22.9` | | [Microsoft.ML.Tokenizers](https://github.com/dotnet/machinelearning) | `0.22.0-preview.24271.1` | `0.22.0-preview.24378.1` | Updates `Microsoft.Bot.Builder` from 4.22.7 to 4.22.9 - [Release notes](https://github.com/Microsoft/botbuilder-dotnet/releases) - [Changelog](https://github.com/microsoft/botbuilder-dotnet/blob/main/Changes.md) - [Commits](microsoft/botbuilder-dotnet@4.22.7...4.22.9) Updates `Microsoft.Identity.Client` from 4.61.3 to 4.64.1 - [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.61.3...4.64.1) Updates `Microsoft.NET.Test.Sdk` from 17.10.0 to 17.11.1 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.10.0...v17.11.1) Updates `OpenAI` from 2.0.0-beta.7 to 2.0.0-beta.12 - [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.0.0-beta.7...OpenAI_2.0.0-beta.12) Updates `xunit` from 2.9.0 to 2.9.1 - [Commits](xunit/xunit@2.9.0...2.9.1) Updates `Microsoft.Bot.Builder.Dialogs` from 4.22.7 to 4.22.9 - [Release notes](https://github.com/Microsoft/botbuilder-dotnet/releases) - [Changelog](https://github.com/microsoft/botbuilder-dotnet/blob/main/Changes.md) - [Commits](microsoft/botbuilder-dotnet@4.22.7...4.22.9) Updates `Microsoft.Bot.Builder` from 4.22.7 to 4.22.9 - [Release notes](https://github.com/Microsoft/botbuilder-dotnet/releases) - [Changelog](https://github.com/microsoft/botbuilder-dotnet/blob/main/Changes.md) - [Commits](microsoft/botbuilder-dotnet@4.22.7...4.22.9) Updates `Microsoft.Bot.Builder.Integration.AspNet.Core` from 4.22.7 to 4.22.9 - [Release notes](https://github.com/Microsoft/botbuilder-dotnet/releases) - [Changelog](https://github.com/microsoft/botbuilder-dotnet/blob/main/Changes.md) - [Commits](microsoft/botbuilder-dotnet@4.22.7...4.22.9) Updates `Microsoft.Bot.Builder` from 4.22.7 to 4.22.9 - [Release notes](https://github.com/Microsoft/botbuilder-dotnet/releases) - [Changelog](https://github.com/microsoft/botbuilder-dotnet/blob/main/Changes.md) - [Commits](microsoft/botbuilder-dotnet@4.22.7...4.22.9) Updates `Microsoft.ML.Tokenizers` from 0.22.0-preview.24271.1 to 0.22.0-preview.24378.1 - [Release notes](https://github.com/dotnet/machinelearning/releases) - [Commits](https://github.com/dotnet/machinelearning/commits) --- updated-dependencies: - dependency-name: Microsoft.Bot.Builder dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: Microsoft.Identity.Client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: OpenAI dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: Microsoft.Bot.Builder.Dialogs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: Microsoft.Bot.Builder dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: Microsoft.Bot.Builder.Integration.AspNet.Core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: Microsoft.Bot.Builder dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: Microsoft.ML.Tokenizers dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3bd6c90 commit 93e3a53

File tree

2 files changed

+94
-94
lines changed

2 files changed

+94
-94
lines changed
Lines changed: 37 additions & 37 deletions
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.0.0-beta.2" />
15-
<PackageReference Include="Azure.Identity" Version="1.12.0" />
16-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
17-
<PackageReference Include="Microsoft.Bot.Builder" Version="4.22.7" />
18-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
19-
<PackageReference Include="Moq" Version="4.18.4" />
20-
<PackageReference Include="OpenAI" Version="2.0.0-beta.7" />
21-
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
22-
<PackageReference Include="xunit" Version="2.9.0" />
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.0.0-beta.2" />
15+
<PackageReference Include="Azure.Identity" Version="1.12.0" />
16+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
17+
<PackageReference Include="Microsoft.Bot.Builder" Version="4.22.9" />
18+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
19+
<PackageReference Include="Moq" Version="4.18.4" />
20+
<PackageReference Include="OpenAI" Version="2.0.0-beta.12" />
21+
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
22+
<PackageReference Include="xunit" Version="2.9.1" />
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>
Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,57 @@
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.5.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-
<PackageReference Include="AdaptiveCards" Version="3.1.0" />
39-
<PackageReference Include="Azure.AI.ContentSafety" Version="1.0.0-beta.1" />
40-
<PackageReference Include="Azure.AI.OpenAI" Version="2.0.0-beta.2" />
41-
<PackageReference Include="JsonSchema.Net" Version="5.5.1" />
42-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
43-
<PackageReference Include="Microsoft.Bot.Builder" Version="4.22.7" />
44-
<PackageReference Include="Microsoft.Bot.Builder.Dialogs" Version="4.22.7" />
45-
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.22.7" />
46-
<PackageReference Include="Microsoft.Identity.Client" Version="4.61.3" />
47-
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
48-
<PackageReference Include="Microsoft.ML.Tokenizers" Version="0.22.0-preview.24271.1" />
49-
<PackageReference Include="OpenAI" Version="2.0.0-beta.7" />
50-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
51-
</ItemGroup>
52-
53-
<ItemGroup>
54-
<None Include="..\README.md" Pack="true" PackagePath="\" />
55-
</ItemGroup>
56-
57-
</Project>
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.5.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+
<PackageReference Include="AdaptiveCards" Version="3.1.0" />
39+
<PackageReference Include="Azure.AI.ContentSafety" Version="1.0.0-beta.1" />
40+
<PackageReference Include="Azure.AI.OpenAI" Version="2.0.0-beta.2" />
41+
<PackageReference Include="JsonSchema.Net" Version="5.5.1" />
42+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
43+
<PackageReference Include="Microsoft.Bot.Builder" Version="4.22.9" />
44+
<PackageReference Include="Microsoft.Bot.Builder.Dialogs" Version="4.22.9" />
45+
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.22.9" />
46+
<PackageReference Include="Microsoft.Identity.Client" Version="4.64.1" />
47+
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
48+
<PackageReference Include="Microsoft.ML.Tokenizers" Version="0.22.0-preview.24378.1" />
49+
<PackageReference Include="OpenAI" Version="2.0.0-beta.12" />
50+
<PackageReference Include="System.Text.Json" Version="8.0.4" />
51+
</ItemGroup>
52+
53+
<ItemGroup>
54+
<None Include="..\README.md" Pack="true" PackagePath="\" />
55+
</ItemGroup>
56+
57+
</Project>

0 commit comments

Comments
 (0)