Skip to content
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

Cannot Upgrade Package Microsoft.AspNetCore.All to version 2.1.0 #3208

Closed
groogiam opened this issue Jun 7, 2018 · 3 comments
Closed

Cannot Upgrade Package Microsoft.AspNetCore.All to version 2.1.0 #3208

groogiam opened this issue Jun 7, 2018 · 3 comments

Comments

@groogiam
Copy link

groogiam commented Jun 7, 2018

When creating a new Asp.Net core app in visual studio it is impossible to update the Microsoft.AspNetCore.All package to version 2.1.0.

The project was created referencing 2.0.8 of this package. When attempting to upgrade I get the following error.

Severity Code Description Project File Line Suppression State
Error Package Microsoft.AspNetCore.All 2.1.0 is not compatible with netcoreapp2.0 (.NETCoreApp,Version=v2.0) / win7-x64. Package Microsoft.AspNetCore.All 2.1.0 supports: netcoreapp2.1 (.NETCoreApp,Version=v2.1) 0

I have the latest version of visual studio installed 15.7.3 and Nuget 4.6

There is no option in Visual studio to select netcoreapp2.1.

@Tratcher
Copy link
Member

Tratcher commented Jun 7, 2018

Have you installed the new SDK?

@Tratcher
Copy link
Member

Tratcher commented Jun 7, 2018

https://docs.microsoft.com/en-us/aspnet/core/migration/20_21?view=aspnetcore-2.1

@groogiam
Copy link
Author

groogiam commented Jun 7, 2018

That's what I was missing. I was expecting to have this installed as part of Visual Studio.

@groogiam groogiam closed this as completed Jun 7, 2018
@dotnet dotnet locked as resolved and limited conversation to collaborators Dec 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants