Skip to content

Commit a9d343d

Browse files
RazorSDK: Update TagHelperDescriptorJsonConverter to avoid writing removed properties
1 parent 8ffe243 commit a9d343d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/RazorSdk/Tool/TagHelperDescriptorJsonConverter.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,6 @@ private static void WriteBoundAttribute(JsonWriter writer, BoundAttributeDescrip
170170
{
171171
writer.WriteStartObject();
172172

173-
writer.WritePropertyName(nameof(BoundAttributeDescriptor.Kind));
174-
writer.WriteValue(boundAttribute.Kind);
175-
176173
writer.WritePropertyName(nameof(BoundAttributeDescriptor.Name));
177174
writer.WriteValue(boundAttribute.Name);
178175

0 commit comments

Comments
 (0)