update to package reference

This commit is contained in:
AT
2020-01-14 21:10:54 +02:00
parent 6cad4bc986
commit 725df15012
39 changed files with 261 additions and 421 deletions

View File

@@ -1,11 +1,9 @@
using System.ComponentModel;
using System.Runtime.CompilerServices;
using JetBrains.Annotations;
using PropertyChanged;
namespace Wox.Plugin
{
[ImplementPropertyChanged]
public class BaseModel : INotifyPropertyChanged
{
public event PropertyChangedEventHandler PropertyChanged;