Skip to content

Commit

Permalink
Remove net6.0 TFM
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcam206 committed Feb 28, 2023
1 parent 3653f60 commit 8b0bd6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>

<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<Authors>Microsoft</Authors>
Expand Down
2 changes: 1 addition & 1 deletion source/dotnet/Library/AdaptiveCards/docs/AdaptiveCards.md
Original file line number Diff line number Diff line change
Expand Up @@ -4784,7 +4784,7 @@ Collection of TableRows

##### Summary

Specifies whether the first row of the table should be treated as a header row, and be announced as such by accessibility software.
Specifies whether grid lines should be displayed.

<a name='P-AdaptiveCards-AdaptiveTable-Type'></a>
### Type `property`
Expand Down

0 comments on commit 8b0bd6c

Please sign in to comment.