Skip to content

Commit c3bebff

Browse files
authored
MarkedNet fix (#511)
* fixed package dependency issue (#504)
1 parent 71b63a7 commit c3bebff

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

libraries/Bot.Builder.Community.Adapters.Shared/Bot.Builder.Community.Adapters.Shared.csproj

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="AdaptiveCards" Version="2.1.0" />
9+
<PackageReference Include="AdaptiveCards" Version="2.7.3" />
1010
<PackageReference Include="Microsoft.Bot.Schema" Version="$(Bot_Builder_Version)" />
1111
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.1.0" />
12-
<PackageReference Include="Microsoft.MarkedNet" Version="1.0.13" />
1312
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.21" />
1413
</ItemGroup>
1514

libraries/Bot.Builder.Community.Components.Adapters.GoogleBusiness.Core/Bot.Builder.Community.Components.Adapters.GoogleBusiness.Core.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="AdaptiveCards" Version="2.7.1" />
98
<PackageReference Include="Microsoft.Bot.Builder" Version="4.13.1" />
109
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0" />
1110
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />

0 commit comments

Comments
 (0)