-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
split id web into smaller nuget packages (tokencache & certificate) #1437
Conversation
src/Microsoft.Identity.TokenCache/Microsoft.Identity.TokenCache.csproj
Outdated
Show resolved
Hide resolved
</ItemGroup> | ||
|
||
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'"> | ||
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="2.2.0" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The extensions.* versions should be IMHO aligned. Otherwise, right from start we force the clients to run in a non-tested setup. (ASP.)NET Core team always tests the assemblies with the same version cross-working.
SonarCloud Quality Gate failed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @jennyf19
#1431