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:
Bjarke Berg
2023-02-15 13:56:45 +01:00
committed by GitHub
parent a04ae368c8
commit bf4e745b6a
4 changed files with 9 additions and 6 deletions

View File

@@ -12,6 +12,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="OpenIddict.Abstractions" Version="3.1.1" />
<PackageReference Include="OpenIddict.Abstractions" Version="4.0.0" />
</ItemGroup>
</Project>