Skip to content

Commit

Permalink
Revert "Update OpenIddict to 4.3.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
salihozkara authored May 3, 2023
1 parent 4220549 commit 0cb32e3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OpenIddict.Server.AspNetCore" Version="4.3.0" />
<PackageReference Include="OpenIddict.Validation.AspNetCore" Version="4.3.0" />
<PackageReference Include="OpenIddict.Validation.ServerIntegration" Version="4.3.0" />
<PackageReference Include="OpenIddict.Server.AspNetCore" Version="4.2.0" />
<PackageReference Include="OpenIddict.Validation.AspNetCore" Version="4.2.0" />
<PackageReference Include="OpenIddict.Validation.ServerIntegration" Version="4.2.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OpenIddict.Abstractions" Version="4.3.0" />
<PackageReference Include="OpenIddict.Abstractions" Version="4.2.0" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="$(MicrosoftPackageVersion)" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OpenIddict.Core" Version="4.3.0" />
<PackageReference Include="OpenIddict.Core" Version="4.2.0" />
</ItemGroup>

</Project>

0 comments on commit 0cb32e3

Please sign in to comment.