-
Notifications
You must be signed in to change notification settings - Fork 4.9k
AspNetCore.App 2.1 not installing latest patch version #3236
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
Comments
Are you still seeing issues with this? |
I haven't tried putting in back, I can but what would have changed to fix this? |
Just tried w/ VS 2019 Preview (16.2 Preview 4), same behavior. @dseefeld |
You should not need to reference this package directly. The SDK noted in your csproj will bring in the appropriate package reference. <Project Sdk="Microsoft.NET.Sdk.Web"> |
HI @scalablecory - I'm not sure I understand why this was closed 🤔.
It's not 😀. Should I have a version number my |
Hi @scalablecory - any updates? Why was this closed? thanks |
I think this might be the same issue as dotnet/source-build#942 but I'm not 100% sure...
I removed the version from package reference as stated in the ASP.NET Core 2.0 to 2.1 upgrade guide but when I look in my project -> dependencies -> NuGet I see
Microsoft.AspNetCore.App (2.1.1)
and I have the 2.1.603 SDK installed. Shouldn't I be seeing(2.1.10)
?Workaround
Once I added the version number to the package I got the latest version under my project dependencies
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.10"/>
Questions
The text was updated successfully, but these errors were encountered: