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 21, 2021
1 parent b5a8566 commit 7bcb601
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Aguacongas.AspNetCore.Authentication" Version="3.2.2" />
<PackageReference Include="Aguacongas.AspNetCore.Authentication" Version="4.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Aguacongas.AspNetCore.Authentication" Version="3.2.2" />
<PackageReference Include="Aguacongas.AspNetCore.Authentication" Version="4.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="5.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="5.0.3" />
<PackageReference Include="Microsoft.Extensions.Http" Version="5.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Aguacongas.AspNetCore.Authentication.EntityFramework" Version="3.2.2" />
<PackageReference Include="Aguacongas.AspNetCore.Authentication.EntityFramework" Version="4.0.0" />
<PackageReference Include="Community.OData.Linq" Version="1.4.2" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.3" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Aguacongas.AspNetCore.Authentication" Version="3.2.2" />
<PackageReference Include="Aguacongas.AspNetCore.Authentication" Version="4.0.0" />
<PackageReference Include="Community.OData.Linq" Version="1.4.2" />
<PackageReference Include="IdentityServer4.EntityFramework.Storage" Version="4.1.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.2.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Aguacongas.AspNetCore.Authentication.TestBase" Version="3.2.2" />
<PackageReference Include="Aguacongas.AspNetCore.Authentication.TestBase" Version="4.0.0" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="5.0.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
<PackageReference Include="xunit" Version="2.4.1" />
Expand Down

0 comments on commit 7bcb601

Please sign in to comment.