Browse Source
Merge pull request #17114 from abpframework/maliming-patch-1
Upgrade OpenIddict to 4.6.0.
pull/17119/head
liangshiwei
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
2 deletions
.github/workflows/build-and-test.yml
Directory.Build.props
@ -16,6 +16,7 @@ on:
- 'templates/**/*.cshtml'
- 'templates/**/*.csproj'
- 'templates/**/*.razor'
- 'Directory.Build.props'
pull_request:
paths:
@ -31,6 +32,7 @@ on:
- 'templates/**/*.cshtml'
- 'templates/**/*.csproj'
- 'templates/**/*.razor'
- 'Directory.Build.props'
types:
- opened
- synchronize
@ -43,7 +43,7 @@
<IsTestProject Condition="$(MSBuildProjectFullPath.Contains('test')) and ($(MSBuildProjectName.EndsWith('.Tests')) or $(MSBuildProjectName.EndsWith('.TestBase')))">true</IsTestProject>
<!-- OpenIddict https://www.nuget.org/packages/OpenIddict.Core -->
<OpenIddictPackageVersion>4.5 .0</OpenIddictPackageVersion>
<OpenIddictPackageVersion>4.6 .0</OpenIddictPackageVersion>
</PropertyGroup>
@ -54,4 +54,4 @@
</PackageReference>
</ItemGroup>
</Project>
</Project>