Skip to content

Commit

Permalink
netstandard20
Browse files Browse the repository at this point in the history
  • Loading branch information
DomCR committed Dec 14, 2024
1 parent 8e90ba9 commit 6c803a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CSUtilities/Extensions/IDictionaryExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace CSUtilities.Extensions
/// </summary>
public static class IDictionaryExtension
{
#if NETFRAMEWORK
#if NETFRAMEWORK || NETSTANDARD2_0
/// <summary>
/// Removes the value with the specified key from the <see cref="IDictionary{TKey, TValue}"/>, and copies the element to the value parameter
/// </summary>
Expand Down

0 comments on commit 6c803a0

Please sign in to comment.