Skip to content

Commit

Permalink
fix: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 23, 2022
1 parent 9b33b9b commit 52c2605
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
<PackageReference Include="NSwag.AspNetCore" Version="13.15.9" />
<PackageReference Include="NSwag.AspNetCore" Version="13.15.10" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="6.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="6.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.2" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="bunit" Version="1.6.3-preview" />
<PackageReference Include="bunit" Version="1.7.0-preview" />
<PackageReference Include="Microsoft.AspNetCore.Identity.Specification.Tests" Version="5.0.14" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.2" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="6.0.2" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="bunit" Version="1.6.3-preview" />
<PackageReference Include="bunit" Version="1.7.0-preview" />
<PackageReference Include="Microsoft.AspNetCore.Identity.Specification.Tests" Version="5.0.14" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.2" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="6.0.2" />
Expand Down

0 comments on commit 52c2605

Please sign in to comment.