remove fody from build

This commit is contained in:
Luke Pulverenti
2016-07-15 15:53:28 -04:00
parent b51c614980
commit 78e6c638bc
15 changed files with 15 additions and 85 deletions

View File

@@ -1,8 +0,0 @@
using System.ComponentModel;
namespace MediaBrowser.Model.Extensions
{
public interface IHasPropertyChangedEvent : INotifyPropertyChanged
{
}
}