Skip to content

Commit 6b070d3

Browse files
authored
Merge branch 'master' into tibre/fix158
2 parents 7a4a605 + 4196c1e commit 6b070d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Microsoft.Identity.Web/Client/TokenCacheProviders/Sql/MSALAppSqlTokenCacheProviderExtension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ public static IServiceCollection AddSqlPerUserTokenCache(this IServiceCollection
114114
return services;
115115
}
116116
}
117-
}
117+
}

Microsoft.Identity.Web/Microsoft.Identity.Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
<PackageReference Include="Microsoft.AspNetCore.App" />
99
<PackageReference Include="Microsoft.AspNetCore.Authentication.AzureAD.UI" Version="2.2.0" />
1010
<PackageReference Include="Microsoft.AspNetCore.Authentication.AzureADB2C.UI" Version="2.2.0" />
11-
<PackageReference Include="Microsoft.Identity.Client" Version="4.2.1" />
11+
<PackageReference Include="Microsoft.Identity.Client" Version="4.3.1" />
1212
</ItemGroup>
1313
</Project>

0 commit comments

Comments
 (0)