Skip to content

Commit 996b3c0

Browse files
[C#] bump: (deps): Bump the production group
Bumps the production group in /dotnet/packages/Microsoft.TeamsAI with 4 updates: [Microsoft.Bot.Builder](https://github.com/Microsoft/botbuilder-dotnet), [Microsoft.Bot.Builder.Integration.AspNet.Core](https://github.com/Microsoft/botbuilder-dotnet), [xunit](https://github.com/xunit/xunit) and [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit). Updates `Microsoft.Bot.Builder` from 4.21.0 to 4.21.1 - [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.21.0...4.21.1) Updates `Microsoft.Bot.Builder.Integration.AspNet.Core` from 4.21.0 to 4.21.1 - [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.21.0...4.21.1) Updates `xunit` from 2.5.1 to 2.5.3 - [Commits](xunit/xunit@2.5.1...2.5.3) Updates `xunit.runner.visualstudio` from 2.5.1 to 2.5.3 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.5.1...2.5.3) --- updated-dependencies: - 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: xunit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4159920 commit 996b3c0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

dotnet/packages/Microsoft.TeamsAI/Microsoft.TeamsAI.Tests/Microsoft.TeamsAI.Tests.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.Bot.Builder" Version="4.21.0" />
13+
<PackageReference Include="Microsoft.Bot.Builder" Version="4.21.1" />
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
1515
<PackageReference Include="Moq" Version="4.20.69" />
16-
<PackageReference Include="xunit" Version="2.5.1" />
17-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1">
16+
<PackageReference Include="xunit" Version="2.5.3" />
17+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
<PrivateAssets>all</PrivateAssets>
2020
</PackageReference>

dotnet/packages/Microsoft.TeamsAI/Microsoft.TeamsAI/Microsoft.TeamsAI.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<ItemGroup>
1818
<PackageReference Include="AdaptiveCards" Version="3.1.0" />
1919
<PackageReference Include="Azure.AI.ContentSafety" Version="1.0.0-beta.1" />
20-
<PackageReference Include="Microsoft.Bot.Builder" Version="4.21.0" />
21-
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.21.0" />
20+
<PackageReference Include="Microsoft.Bot.Builder" Version="4.21.1" />
21+
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.21.1" />
2222
<PackageReference Include="Microsoft.SemanticKernel" Version="0.23.230906.2-preview">
2323
<IncludeAssets>all</IncludeAssets>
2424
<!-- Include SemanticKernel contentFiles (Tokenizers/) -->

0 commit comments

Comments
 (0)