From 43358ac10e9a3279da978e938676ffc624d1372e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 19:33:22 +0000 Subject: [PATCH] Bump Microsoft.AspNetCore.All Bumps [Microsoft.AspNetCore.All](https://github.com/aspnet/Universe) from 2.0.0 to 2.0.9. - [Release notes](https://github.com/aspnet/Universe/releases) - [Changelog](https://github.com/aspnet/Universe/blob/master/docs/CrossRepoBreakingChanges.md) - [Commits](https://github.com/aspnet/Universe/compare/2.0.0...2.0.9) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.All dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- .../Api/Api.csproj" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/IdentityServer4_Demo/4_\346\267\267\345\220\210\346\250\241\345\274\217_HybridAndApi/Api/Api.csproj" "b/IdentityServer4_Demo/4_\346\267\267\345\220\210\346\250\241\345\274\217_HybridAndApi/Api/Api.csproj" index 42590a4..589ebe8 100644 --- "a/IdentityServer4_Demo/4_\346\267\267\345\220\210\346\250\241\345\274\217_HybridAndApi/Api/Api.csproj" +++ "b/IdentityServer4_Demo/4_\346\267\267\345\220\210\346\250\241\345\274\217_HybridAndApi/Api/Api.csproj" @@ -10,7 +10,7 @@ <ItemGroup> <PackageReference Include="IdentityServer4.AccessTokenValidation" Version="2.1.0" /> - <PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" /> + <PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.9" /> </ItemGroup> <ItemGroup>