I've just trying around with Visual Studio Online and wanted to build a Application where I use Syncfusion WPF there.
The dependencies to the Syncfusion Assemblies were made with the NuGet-Package Manager.
MSBuild auto-detection: using msbuild version '14.0' from 'C:\Program Files (x86)\MSBuild\14.0\bin'.
Restoring NuGet package SQLite.Net.Async-PCL.3.0.5.
Restoring NuGet package NLog.4.2.0.
Restoring NuGet package SQLite.Net-PCL.3.0.5.
Restoring NuGet package sqlite-net.1.0.8.
Restoring NuGet package Syncfusion.Data.WPF45.13.3.0.7.
Restoring NuGet package Syncfusion.Design.WPF45.13.3.0.12.
Restoring NuGet package Syncfusion.Grid.WPF45.13.3.0.7.
Restoring NuGet package Syncfusion.GridCommon.WPF45.13.3.0.7.
Restoring NuGet package Syncfusion.Linq.Base45.13.3.0.7.
Restoring NuGet package Syncfusion.SfChart.WPF45.13.3.0.12.
Restoring NuGet package Syncfusion.SfGrid.WPF45.13.3.0.7.
Restoring NuGet package Syncfusion.Shared.WPF45.13.3.0.7.
Restoring NuGet package Syncfusion.Tools.WPF45.13.3.0.7.
Restoring NuGet package System.Data.SQLite.Core.1.0.98.1.
Restoring NuGet package NLog.4.1.2.
Restoring NuGet package SQLite.Net.Platform.Win32.2.4.1.
WARNING: Unable to find version '13.3.0.12' of package 'Syncfusion.Design.WPF45'.
WARNING: Unable to find version '13.3.0.7' of package 'Syncfusion.GridCommon.WPF45'.
WARNING: Unable to find version '13.3.0.7' of package 'Syncfusion.Data.WPF45'.
WARNING: Unable to find version '13.3.0.12' of package 'Syncfusion.SfChart.WPF45'.
WARNING: Unable to find version '13.3.0.7' of package 'Syncfusion.Grid.WPF45'.
WARNING: Unable to find version '13.3.0.7' of package 'Syncfusion.Shared.WPF45'.
WARNING: Unable to find version '13.3.0.7' of package 'Syncfusion.Tools.WPF45'.
WARNING: Unable to find version '13.3.0.7' of package 'Syncfusion.Linq.Base45'.
WARNING: Unable to find version '13.3.0.7' of package 'Syncfusion.SfGrid.WPF45'.
Adding package 'SQLite.Net.Async-PCL.3.0.5' to folder 'C:\a\1\s\SXTippster\packages'
Adding package 'sqlite-net.1.0.8' to folder 'C:\a\1\s\SXTippster\packages'
Adding package 'SQLite.Net.Platform.Win32.2.4.1' to folder 'C:\a\1\s\SXTippster\packages'
Added package 'SQLite.Net.Platform.Win32.2.4.1' to folder 'C:\a\1\s\SXTippster\packages'
Added package 'sqlite-net.1.0.8' to folder 'C:\a\1\s\SXTippster\packages'
Added package 'SQLite.Net.Async-PCL.3.0.5' to folder 'C:\a\1\s\SXTippster\packages'
Adding package 'SQLite.Net-PCL.3.0.5' to folder 'C:\a\1\s\SXTippster\packages'
Adding package 'NLog.4.1.2' to folder 'C:\a\1\s\SXTippster\packages'
Added package 'SQLite.Net-PCL.3.0.5' to folder 'C:\a\1\s\SXTippster\packages'
Adding package 'NLog.4.2.0' to folder 'C:\a\1\s\SXTippster\packages'
Added package 'NLog.4.1.2' to folder 'C:\a\1\s\SXTippster\packages'
Added package 'NLog.4.2.0' to folder 'C:\a\1\s\SXTippster\packages'
Adding package 'System.Data.SQLite.Core.1.0.98.1' to folder 'C:\a\1\s\SXTippster\packages'
Added package 'System.Data.SQLite.Core.1.0.98.1' to folder 'C:\a\1\s\SXTippster\packages'
Unable to find version '13.3.0.7' of package 'Syncfusion.SfGrid.WPF45'.
Unable to find version '13.3.0.7' of package 'Syncfusion.Linq.Base45'.
Unable to find version '13.3.0.12' of package 'Syncfusion.Design.WPF45'.
Unable to find version '13.3.0.12' of package 'Syncfusion.SfChart.WPF45'.
Unable to find version '13.3.0.7' of package 'Syncfusion.GridCommon.WPF45'.
Unable to find version '13.3.0.7' of package 'Syncfusion.Tools.WPF45'.
Unable to find version '13.3.0.7' of package 'Syncfusion.Data.WPF45'.
Unable to find version '13.3.0.7' of package 'Syncfusion.Shared.WPF45'.
Unable to find version '13.3.0.7' of package 'Syncfusion.Grid.WPF45'.
Unexpected exit code 1 returned from tool NuGet.exe
Anyone an Idea what's wrong?