.NET Command Line Tools (1.0.0-preview2-003156)
Product Information:
Version: 1.0.0-preview2-003156
Commit SHA-1 hash: 33dabee5d8
Runtime Environment:
OS Name: Mac OS X
OS Version: 10.11
OS Platform: Darwin
RID: osx.10.11-x64
$ nuget sources
Registered Sources:
1. SyncFusion ASP .NET Core [Enabled]
http://nuget.syncfusion.com/nuget_aspnetcore/nuget/getsyncfusionpackages/aspnetcore
2. SyncFusion Xamarin [Enabled]
http://nuget.syncfusion.com/nuget_xamarin/nuget/getsyncfusionpackages/xamarin
3. Nuget V2 [Enabled]
https://www.nuget.org/api/v2/
I created the project by doing the following:
$ mkdir ~/Projects/Syncfusion
$ cd ~/Projects/Syncfusion
$ dotnet new -t web
I then added:
"Syncfusion.EJ.AspNet.Core": "14.4600.0.15-preview2-final"
To the project.json file.
Then added:
"syncfusion-javascript": "14.4.15"
To the bower.json file.
when I run dotnet restore I get the following:
$ dotnet restore
log : Restoring packages for /Users/irwa82/Projects/Syncfusion/project.json...
error: Unable to resolve 'Syncfusion.EJ.AspNet.Core (>= 14.4600.0.15-preview2-final)' for '.NETCoreApp,Version=v1.0'.
log : Restoring packages for tool 'Microsoft.AspNetCore.Razor.Tools' in /Users/irwa82/Projects/Syncfusion/project.json...
log : Restoring packages for tool 'Microsoft.AspNetCore.Server.IISIntegration.Tools' in /Users/irwa82/Projects/Syncfusion/project.json...
log : Restoring packages for tool 'Microsoft.EntityFrameworkCore.Tools' in /Users/irwa82/Projects/Syncfusion/project.json...
log : Restoring packages for tool 'Microsoft.Extensions.SecretManager.Tools' in /Users/irwa82/Projects/Syncfusion/project.json...
log : Restoring packages for tool 'Microsoft.VisualStudio.Web.CodeGeneration.Tools' in /Users/irwa82/Projects/Syncfusion/project.json...
log : Lock file has not changed. Skipping lock file write. Path: /Users/irwa82/Projects/Syncfusion/project.lock.json
log : /Users/irwa82/Projects/Syncfusion/project.json
log : Restore failed in 10129ms.
Errors in /Users/irwa82/Projects/Syncfusion/project.json
Unable to resolve 'Syncfusion.EJ.AspNet.Core (>= 14.4600.0.15-preview2-final)' for '.NETCoreApp,Version=v1.0'.
I have tried everything I can think of but unable to get this to work.
It would be nice if you at least supported the current LTS version listed on Microsoftshttps://www.microsoft.com/net/download/core website as that is where you go to download the current dotnet core framework from. Microsoft has 1.0.3 as current stable LTS release, you seem to want 1.0.1 which I only found the link for as it was on your https://help.syncfusion.com/aspnet-core/getting-started-mac help page.
Also the yo aspnet tools for creating projects now uses dotnet core 1.1 so you can't use that tool to create projects as you are using outdated 1.0.1
I am a bit worried about investing time in learning your tools if it forces me to use older ancient releases of dotnet core. I would have thought that the latest stable LTS release would be supported.
https://www.microsoft.com/net/download/core is the current downloads for the technology from Microsoft. It would be nice if your tools worked with the default environment provided by Microsoft.
Any help getting your tools up and running would be nice. I have atached my project file.
Thanks,
Anthony