Building apps using .NET Core 2.0.0 Preview 1 on VSTS

Viewed 1234

I'm trying to build an app using .NET Core 2.0.0 Preview 1 on VSTS, but I'm getting this error while trying to restore the nuget packages:

Unable to resolve 'Microsoft.NETCore.App (>= 2.0.0)' for '.NETCoreApp,Version=v2.0'.

Any workaround for this?

2 Answers
Related