Skip to content

Commit

Permalink
dependency fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm360 committed Sep 24, 2024
1 parent 8233cc5 commit eb2f43e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/EthernaSSO.Domain/EthernaSSO.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<PackageReference Include="Etherna.Authentication.AspNetCore" Version="0.4.0-alpha.29" />
<PackageReference Include="Etherna.DomainEvents" Version="1.4.0" />
<PackageReference Include="EthernaACR" Version="0.4.0-alpha.60" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.8" />
<PackageReference Include="MongODM.Core" Version="0.24.0" />
<PackageReference Include="Nethereum.Accounts" Version="4.25.0" />
</ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/EthernaSSO/EthernaSSO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.8" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.8" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer" Version="5.1.0" />
<PackageReference Include="MongODM" Version="0.24.0" />
<PackageReference Include="MongODM.AspNetCore.UI" Version="0.24.0" />
Expand Down

0 comments on commit eb2f43e

Please sign in to comment.