Skip to content

Commit

Permalink
Merge pull request #1314 from Aguafrommars/fix/dependencies
Browse files Browse the repository at this point in the history
update packages
  • Loading branch information
aguacongas authored Dec 29, 2024
2 parents e52a7e3 + 680c182 commit b8a38ca
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.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="Aguacongas.IdentityServer.Admin.Duende" Version="8.3.0" />
<PackageReference Include="Aguacongas.IdentityServer.EntityFramework.Store.Duende" Version="8.3.0" />
<PackageReference Include="Aguacongas.TheIdServer.Migrations.SqlServer" Version="8.3.0" />
<PackageReference Include="IdentityModel.AspNetCore.OAuth2Introspection" Version="6.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="9.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="9.0.0" />
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.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="Aguacongas.IdentityServer.Admin.Duende" Version="8.3.0" />
<PackageReference Include="Aguacongas.TheIdServer.Authentication" Version="8.3.0" />
<PackageReference Include="Aguacongas.TheIdServer.Identity" Version="8.3.0" />
<PackageReference Include="Aguacongas.IdentityServer.Http.Store" Version="8.3.0" />
<PackageReference Include="IdentityModel.AspNetCore.OAuth2Introspection" Version="6.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="9.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.0" />
Expand Down

0 comments on commit b8a38ca

Please sign in to comment.