Skip to content

Commit

Permalink
chore: add datacontract tag to outputwrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
rvazarkar committed Mar 1, 2023
1 parent eaba7f6 commit d3f8b49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CommonLib/OutputTypes/OutputWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

namespace SharpHoundCommonLib.OutputTypes
{
[DataContract]
public class OutputWrapper<T>
{
[DataMember(Name = "meta")] public MetaTag Meta { get; set; }
Expand Down

0 comments on commit d3f8b49

Please sign in to comment.