Skip to content

Commit a73cf78

Browse files
committed
Fix Build
1 parent 944104a commit a73cf78

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ExtensionManager.VisualStudio.V15/Models/GalleryExtension.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ internal class GalleryExtension : GalleryOnlineExtension, IRepositoryEntry, IVSE
2424
public override string? Id { get; set; }
2525
public override string? Description { get; set; }
2626
public override float Priority => throw new NotImplementedException();
27-
public override BitmapSource MediumThumbnailImage => throw new NotImplementedException();
28-
public override BitmapSource SmallThumbnailImage => throw new NotImplementedException();
2927
public override bool IsSelected { get; set; }
3028
public override string? DownloadUrl { get; set; }
3129
public override string? DownloadUpdateUrl { get; set; }

0 commit comments

Comments
 (0)