From afd2d8a759a436eb77bd8680e2b0975dcf3c97fe Mon Sep 17 00:00:00 2001 From: maliming Date: Fri, 14 Jul 2023 08:42:30 +0800 Subject: [PATCH 1/2] Upgrade OpenIddict to 4.6.0. https://github.com/openiddict/openiddict-core/releases/tag/4.6.0 --- Directory.Build.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 2b04bcc025..838ffcc995 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -43,7 +43,7 @@ true - 4.5.0 + 4.6.0 @@ -54,4 +54,4 @@ - \ No newline at end of file + From 110c83725e07c27edffb0bde6e08fcf7849e76e2 Mon Sep 17 00:00:00 2001 From: maliming Date: Fri, 14 Jul 2023 08:43:41 +0800 Subject: [PATCH 2/2] Update build-and-test.yml --- .github/workflows/build-and-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index acbc322f12..c2b1557405 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -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