MediaBrowser / Emby.Common

3 stars 6 forks source link

Errors compiling in VS 2017 #3

Open FabioDeMiranda opened 5 years ago

FabioDeMiranda commented 5 years ago

Am I missing something?

Error CS0246 The type or namespace name 'ValueTuple<,>' could not be found (are you missing a using directive or an assembly reference?) MediaBrowser.Model C:\Users\Fabio\Documents\Projects\Emby.Common\MediaBrowser.Model\Dlna\StreamBuilder.cs 1218 Active Error CS0117 'Array' does not contain a definition for 'Empty' MediaBrowser.Model C:\Users\Fabio\Documents\Projects\Emby.Common\MediaBrowser.Model\Dlna\StreamBuilder.cs 670 Active

FabioDeMiranda commented 5 years ago

Error CS2001 Source file 'C:\Users\Fabio\Documents\Projects\Emby.Common\MediaBrowser.Common..\SharedVersion.cs' could not be found. MediaBrowser.Common C:\Users\Fabio\Documents\Projects\Emby.Common\MediaBrowser.Common\CSC 1 Active