Skip to content

Commit

Permalink
Fix WSDL generation
Browse files Browse the repository at this point in the history
  • Loading branch information
xplicit committed Jul 21, 2017
1 parent b57ee34 commit 062ae3c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
using System.Collections.Generic;
using System.Runtime.Serialization;
using ServiceStack.Api.OpenApi.Support;
using ServiceStack.DataAnnotations;

namespace ServiceStack.Api.OpenApi.Specification
{
[DataContract]
[Exclude(Feature.Soap)]
public class OpenApiDeclaration
{
[DataMember(Name = "swagger")]
Expand Down

0 comments on commit 062ae3c

Please sign in to comment.