Skip to content

Commit

Permalink
MarkedNet fix (#511)
Browse files Browse the repository at this point in the history
* fixed package dependency issue (#504)
  • Loading branch information
garypretty authored Oct 26, 2022
1 parent 71b63a7 commit c3bebff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AdaptiveCards" Version="2.1.0" />
<PackageReference Include="AdaptiveCards" Version="2.7.3" />
<PackageReference Include="Microsoft.Bot.Schema" Version="$(Bot_Builder_Version)" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.1.0" />
<PackageReference Include="Microsoft.MarkedNet" Version="1.0.13" />
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.21" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AdaptiveCards" Version="2.7.1" />
<PackageReference Include="Microsoft.Bot.Builder" Version="4.13.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
Expand Down

0 comments on commit c3bebff

Please sign in to comment.