Skip to content

Commit

Permalink
Merge pull request #1293 from Aguafrommars/fix/dependencies
Browse files Browse the repository at this point in the history
update packages
  • Loading branch information
aguacongas authored Nov 10, 2024
2 parents 6643a95 + 3662233 commit 8eb5628
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
<NoWarn>1701;1702;NU1603</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Aguacongas.IdentityServer.Admin.Duende" Version="8.0.1" />
<PackageReference Include="Aguacongas.IdentityServer.EntityFramework.Store.Duende" Version="8.0.1" />
<PackageReference Include="Aguacongas.TheIdServer.Migrations.SqlServer" Version="8.0.1" />
<PackageReference Include="Aguacongas.IdentityServer.Admin.Duende" Version="8.2.0" />
<PackageReference Include="Aguacongas.IdentityServer.EntityFramework.Store.Duende" Version="8.2.0" />
<PackageReference Include="Aguacongas.TheIdServer.Migrations.SqlServer" Version="8.2.0" />
<PackageReference Include="IdentityModel.AspNetCore.OAuth2Introspection" Version="6.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="8.0.10" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<CodeAnalysisRuleSet>Aguacongas.TheIdServer.Public.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Aguacongas.IdentityServer.Admin.Duende" Version="8.0.1" />
<PackageReference Include="Aguacongas.TheIdServer.Authentication" Version="8.0.1" />
<PackageReference Include="Aguacongas.TheIdServer.Identity" Version="8.0.1" />
<PackageReference Include="Aguacongas.IdentityServer.Http.Store" Version="8.0.1" />
<PackageReference Include="Aguacongas.IdentityServer.Admin.Duende" Version="8.2.0" />
<PackageReference Include="Aguacongas.TheIdServer.Authentication" Version="8.2.0" />
<PackageReference Include="Aguacongas.TheIdServer.Identity" Version="8.2.0" />
<PackageReference Include="Aguacongas.IdentityServer.Http.Store" Version="8.2.0" />
<PackageReference Include="IdentityModel.AspNetCore.OAuth2Introspection" Version="6.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.10" />
Expand Down

0 comments on commit 8eb5628

Please sign in to comment.