question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Latest dotnet restore fails to resolve Microsoft.NETCore.App (>= 1.0.0-rc2-3002349)

See original GitHub issue

Steps to reproduce

Mac OSX dotnet new dotnet restore

I uninstalled all the previous packages and I am starting from scratch:

xyz:hello-2016-04-12 xyz$ pkgutil --pkgs | grep dotnet com.microsoft.dotnet.dev.1.0.0-rc2-002349.component.osx.x64 com.microsoft.dotnet.sharedframework.Microsoft.NETCore.App.1.0.0-rc2-3002349.component.osx.x64 com.microsoft.dotnet.sharedhost.1.0.0.component.osx.x64

xyz:hello-2016-04-12 xyz$ ls /usr/local/share/dotnet/shared/Microsoft.NETCore.App/ 1.0.0-rc2-3002349

Expected behavior

Restore succeeds

Actual behavior

Errors in /Users/xyz/Documents/Projects/hello-2016-04-12/project.json Unable to resolve ‘Microsoft.NETCore.App (>= 1.0.0-rc2-3002349)’ for ‘.NETCoreApp,Version=v1.0’.

Environment data

dotnet --info output:

.NET Command Line Tools (1.0.0-rc2-002349)

Product Information: Version: 1.0.0-rc2-002349 Commit Sha: ed9309b90b

Runtime Environment: OS Name: Mac OS X OS Version: 10.11 OS Platform: Darwin RID: osx.10.11-x64

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:13 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
Petermarcucommented, Apr 12, 2016

We removed it because we will be pushing everything to NuGet and don’t want people to have our dev feeds in their feed list. As soon as RC2 packages are on NuGet, all the feedback will go away, until then, folks need to add the dev feed to their NuGet.config to opt into the dev feed.

0reactions
Petermarcucommented, Apr 12, 2016

I’m going to close this issue for now, I believe so far everything is by design and there are a few follow ups.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Latest dotnet restore fails to resolve Microsoft.NETCore. ...
Unable to resolve 'Microsoft.NETCore.App (>= 1.0.0-rc2-3002349)' for '.NETCoreApp,Version=v1.0'. Environment data.
Read more >
Package Restore Failed / .Net Core Install Bug
After installing Vs 2015 Community & DotNetCore.1.0.0-VS2015Tools.Preview2.0.1.exe (.Net Core), I tried to create a new .Net Core app & keep ...
Read more >
asp.net core - dotnet restore fails from Docker container
This is my docker file. FROM mcr.microsoft.com/dotnet/core/aspnet:3.1-buster-slim AS base WORKDIR /app EXPOSE 80 FROM mcr.
Read more >
dotnet restore command - .NET CLI
Learn how to restore dependencies and project-specific tools with the dotnet restore command.
Read more >
Troubleshooting NuGet Package Restore in Visual Studio
This article focuses on common errors when restoring packages and steps to resolve them. Package Restore tries to install all package ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found