Updated OpenIddict to v4 (#13830)
* Updated OpenIddict to v4 and when through the migration guide. (SetAuthorizationEndpointUris and SetTokenEndpointUris should not start with a leading / anymore) * Fixed issue where the old backoffice did not build * Fixed build * Fake a change - hopefully npm can see the file now? * try using npm install instead of npm ci * Another trial * remove build of old backoffice * Oops build new backoffice - not the old * rollback changes to static assets * Foreach csproj file instead. Fix for breaking change in dotnet sdk 7.0.200
This commit is contained in:
@@ -12,6 +12,6 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="OpenIddict.Abstractions" Version="3.1.1" />
|
||||
<PackageReference Include="OpenIddict.Abstractions" Version="4.0.0" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user