Skip to content

Commit

Permalink
Bump Swashbuckle.AspNetCore to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RehanSaeed committed Mar 17, 2020
1 parent 1cda71f commit d080b2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<ItemGroup Label="Package References">
<PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="3.1.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="all" Version="1.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.1.0" />
</ItemGroup>

<ItemGroup Label="Analyzer Package References">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public void Apply_TypeIsNotJsonPatchDocument_DoesNothing() =>
this.schema,
new SchemaFilterContext(
typeof(JsonPatchDocument<Model>),
new SchemaRepository(),
null,
null));

[Fact]
Expand All @@ -35,7 +35,7 @@ public void Apply_TypeIsModelStateDictionary_DoesNothing()
this.schema,
new SchemaFilterContext(
typeof(JsonPatchDocument<Model>),
new SchemaRepository(),
null,
null));

Assert.NotNull(this.schema.Default);
Expand Down

0 comments on commit d080b2f

Please sign in to comment.