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

.NET Core September Update - 2.1.4 #1932

Closed
vivmishra opened this issue Sep 11, 2018 · 7 comments
Closed

.NET Core September Update - 2.1.4 #1932

vivmishra opened this issue Sep 11, 2018 · 7 comments

Comments

@vivmishra
Copy link
Contributor

Release Notes
Download 2.1.4

Please report any issues you find with 2.1.4, either responding to this issue, creating a new issue or creating a new issue in one of the following repos:

@vivmishra vivmishra changed the title # .NET Core September Update - 2.1.4 .NET Core September Update - 2.1.4 Sep 11, 2018
@SpaceShot
Copy link
Contributor

Would this require an update to the lifecycle support document? I didn't start a PR but have an update in my fork: https://github.com/SpaceShot/core/blob/patch-1/microsoft-support.md and I could open the PR.

@leecow
Copy link
Member

leecow commented Sep 12, 2018

Thanks, @SpaceShot! Yes, the 2.1 supported patch version in microsoft-support.md needs to be incremented. Release date remains unchanged as that marks the initial 2.1 release. Go ahead and submit a PR.

@tomaszzmudzinski
Copy link

I installed this sdk on my Mac and my .net core projects stops to build. First I was getting

/Users/tomaszzmudzinski/Documents/Projects/Spinner/Spinner/Spinner/Spinner.csproj: Error: NETSDK1061: The project was restored using Microsoft.AspNetCore.App version 2.1.4, but with current settings, version 2.1.1 would be used instead. To resolve this issue, make sure the same settings are used for restore and for subsequent operations such as build or publish. Typically this issue can occur if the RuntimeIdentifier property is set during build or publish but not during restore. For more information, see https://aka.ms/dotnet-runtime-patch-selection. (Spinner)

I removed all .net core sdks from my laptop, and made clean install of newest .net sdk (.NET Core SDK 2.1.402). Now I am getting another error while trying to build project:

/Users/tomaszzmudzinski/Documents/Projects/Spinner/Spinner/Spinner/Spinner.csproj: Error NU1605: Detected package downgrade: Microsoft.AspNetCore.App from 2.1.4 to 2.1.1. Reference the package directly from the project to select a different version.

@Petermarcu
Copy link
Member

What version of ASP. NET are you referencing in your project?

@tomaszzmudzinski
Copy link

@Petermarcu I had this .net core SDK installed:

41705668_538538003234128_6289081617524719616_n

@Petermarcu
Copy link
Member

In your project file, you should have a reference to MICROSOFT.ASPNETCORE.APP. What is the version?

@karelz
Copy link
Member

karelz commented Oct 2, 2018

Superseded by newer release 2.1.5 - see #1973

@karelz karelz closed this as completed Oct 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants