Skip to content

Commit 46e02ea

Browse files
authored
Updated template dependency (#9068)
* updated template dependency * updated
1 parent 901cd40 commit 46e02ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/dotnet/Library/AdaptiveCards.Templating/AdaptiveCards.Templating.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
<ItemGroup>
5454
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
55-
<PackageReference Include="Microsoft.Bot.AdaptiveExpressions.Core" Version="4.22.7" />
55+
<PackageReference Include="Microsoft.Bot.AdaptiveExpressions.Core" Version="4.22.9" />
5656
<PackageReference Include="PolySharp" Version="1.14.1" />
5757
<PackageReference Include="System.Text.Json" Version="8.0.4" />
5858
</ItemGroup>

source/dotnet/Test/AdaptiveCards.Templating.Test/AdaptiveCards.Templating.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<ItemGroup>
1414
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
15-
<PackageReference Include="Microsoft.Bot.AdaptiveExpressions.Core" Version="4.22.7" />
15+
<PackageReference Include="Microsoft.Bot.AdaptiveExpressions.Core" Version="4.22.9" />
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
1717
<PackageReference Include="MSTest.TestAdapter" Version="3.3.1" />
1818
<PackageReference Include="MSTest.TestFramework" Version="3.3.1" />

0 commit comments

Comments
 (0)