I know thing are heavily in-flux at the moment so I could just be here at the wrong time and need to wait a bit, I cloned this repo and attempted a dotnet restore on OSX and am getting the following:
info : Restoring packages for /Users/stefan/Development/dotnet-test-samples/project.json...
error: Unable to resolve NuGet.Packaging.Core (>= 3.4.0-beta-559) for DNXCore,Version=v5.0.
error: Unable to resolve Microsoft.Extensions.CommandLineUtils.Sources (>= 1.0.0-rc2-16258) for DNXCore,Version=v5.0.
error: Unable to resolve Microsoft.Extensions.PlatformAbstractions (>= 1.0.0-rc2-16530) for DNXCore,Version=v5.0.
error: Unable to resolve Microsoft.Extensions.FileSystemGlobbing (>= 1.0.0-rc2-15975) for DNXCore,Version=v5.0.
error: Unable to resolve NuGet.Packaging (>= 3.4.0-beta-559) for DNXCore,Version=v5.0.
error: Unable to resolve Microsoft.Extensions.Logging.Abstractions (>= 1.0.0-rc2-15935) for DNXCore,Version=v5.0.
warn : Detected package downgrade: NETStandard.Library from 1.0.0-rc2-23727 to 1.0.0-rc2-23714
dotnet-test-samples (>= 1.0.0) -> dotnet-test-xunit (>= 1.0.0-dev) -> NETStandard.Library (>= 1.0.0-rc2-23727)
dotnet-test-samples (>= 1.0.0) -> NETStandard.Library (>= 1.0.0-rc2-23714)
info : Committing restore...
info : Restore failed in 11431ms.
I take it I missing a NuGet feed here?
I know thing are heavily in-flux at the moment so I could just be here at the wrong time and need to wait a bit, I cloned this repo and attempted a
dotnet restoreon OSX and am getting the following:info : Restoring packages for /Users/stefan/Development/dotnet-test-samples/project.json...
error: Unable to resolve NuGet.Packaging.Core (>= 3.4.0-beta-559) for DNXCore,Version=v5.0.
error: Unable to resolve Microsoft.Extensions.CommandLineUtils.Sources (>= 1.0.0-rc2-16258) for DNXCore,Version=v5.0.
error: Unable to resolve Microsoft.Extensions.PlatformAbstractions (>= 1.0.0-rc2-16530) for DNXCore,Version=v5.0.
error: Unable to resolve Microsoft.Extensions.FileSystemGlobbing (>= 1.0.0-rc2-15975) for DNXCore,Version=v5.0.
error: Unable to resolve NuGet.Packaging (>= 3.4.0-beta-559) for DNXCore,Version=v5.0.
error: Unable to resolve Microsoft.Extensions.Logging.Abstractions (>= 1.0.0-rc2-15935) for DNXCore,Version=v5.0.
warn : Detected package downgrade: NETStandard.Library from 1.0.0-rc2-23727 to 1.0.0-rc2-23714
dotnet-test-samples (>= 1.0.0) -> dotnet-test-xunit (>= 1.0.0-dev) -> NETStandard.Library (>= 1.0.0-rc2-23727)
dotnet-test-samples (>= 1.0.0) -> NETStandard.Library (>= 1.0.0-rc2-23714)
info : Committing restore...
info : Restore failed in 11431ms.
I take it I missing a NuGet feed here?