Skip to content

ASP.NET Core 2.1.0: Unable to find package Microsoft.NETCore.App with Version #8712

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
manikandan05 opened this issue Sep 12, 2017 · 2 comments

Comments

@manikandan05
Copy link

Hi,

Recently i have updated in NetCoreApp1.1 application to NetCoreApp2.0. After this update the model expressions are not working in my entire project. Finally i got, this is known issues in ASP.NET Core 2.0 (based on issue link #1614).

Now, i have updated my system into ASP.NET Core 2.1.0 and i have faced some unknown issues in Microsoft.NETCore.App SDK.

sshot-1

How, i can utilize the latest 2.1.0 version SDK to resolve this compilation issues?

My System config:

  1. Visual Studio 2017 (Update 15.4)
  2. DotNet Core 2.1.0 SDK

Also, follow the steps based on this link and download the daily build to ensure this case.

  1. https://github.com/aspnet/Home#builds
  2. https://github.com/dotnet/core-setup#daily-builds

Thanks.

@livarcocc
Copy link
Contributor

The 2.1.0 SDK is not yet release and is under development. As such, not all its packages are available in NuGet. I would recommend uninstalling the 2.1.0 SDK and instead installing the release 2.0.0 SDK, available at http://dot.net.

If you must use the 2.1.0 SDK and the 2.1.0 runtime, you will need to add a NuGet.Config to your solution with this feed in it:

<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />

@manikandan05
Copy link
Author

manikandan05 commented Sep 13, 2017

Hi @livarcocc ,

Thanks for your detailed information. Actually my requirement is using model expressions with tag helpers. But its throws error #1614.

So, that i will forward to 2.1.0 SDK, its still under development means, how i can resolve model expression issues with tag helpers in my application with 2.0.0 SDK.

Thanks.

@msftgits msftgits transferred this issue from dotnet/cli Jan 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants