Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Remove from NETSTANDARD1_0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkoshevoi committed Jan 11, 2021
1 parent 7970224 commit caf58c6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

namespace Xamarin.CommunityToolkit.Helpers
{
#if !NETSTANDARD1_0
public class LocalizedString : INotifyPropertyChanged
{
public LocalizedString(Func<string> generator = null)
Expand Down Expand Up @@ -32,4 +33,5 @@ public Func<string> Generator
public void Invalidate()
=> PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(null));
}
#endif
}

0 comments on commit caf58c6

Please sign in to comment.