-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 February Update - 1.0.14, 1.1.11, 2.1.8 and 2.2.2 #2304
Comments
On Ubuntu 16.04, aspnetcore-runtime 2.1.8 is missing for the Debian apt package repository.
This is failing for the 2.1.8 .Net Core Release. |
This missing aspnetcore-runtime for 2.1.8 release is resolved for Ubuntu 16.04. Mentioned in https://blogs.msdn.microsoft.com/dotnet/2019/02/12/net-core-february-2019/#comment-741405 |
@leecow Some links in the opening post are wrong. The link for .NET Core 2.1.8 release notes should be: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.8/2.1.8.md and not https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.7/2.1.8.md And for .NET 2.2.2: |
Thanks @Rutix - fixed. |
Installing 2.1.8 hosting bundle or SDK breaks AspNetCore 2.1.7 apps Application: dotnet.exe |
@leecow Using 2.2.104 SDK in Azure DevOps .NET Core Tool Installer fails because it's not in the releases.csv. When will that be added? |
@muratg and @joeloff - can you look at @PolitovArtyom 's issue above (#2304 (comment))? |
@kieronlanning - I see it in line 5 of the csv? If you're referring to the exe installer, those have not typically been included in the csv (though I see a few releases where they snuck in). cc/ @vivmishra |
@leecow Interesting, when I set my project to 2.2.104, the .NET Core SDK Installer fails with:
Full-log:
I've tested it with 2.2.103, and it's A-OK. |
I suspect the Azure folks have not finished their deployment yet. |
@PolitovArtyom we are tracking that issue here: dotnet/aspnetcore#7546 |
@leecow Is there a way to track the coordination between the various places - Azure AppServices, Azure Blob Deployments, GitHub's releases.csv etc? A means to track it would also help in situations like this too. We would have checked a tracker, and just waited rather than commenting here...win/ win! We've been waiting for 2.2.2 for several months as it solves a problem with the Update: I've just tried it again, and it's still failing. I've never known them to take this long... |
@leecow Looks like it's a problem with naming. It's referenced here: microsoft/azure-pipelines-tasks#9366 |
Regarding the fix for the Azure DevOps .NET Core Tool Installer, according to microsoft/azure-pipelines-tasks#9366 (comment) only the error message is improved. So instead of a |
Thanks @bschapendonk ... looks like this my fault :-/ Resolved 2.2.2 field names with #2313. @kieronlanning - hopefully this PR unblocks you. Regarding tracking, that's something we're still trying to get visibility into. |
@leecow Amazing work, thanks! All our builds working a-ok now! Cheers! |
Why was |
@IanKemp moving the Json.NET dependencies is an intentional breaking change in the 3.0 preview releases. This and related changes were announced in aspnet/Announcements#325. |
I am trying to use Azure DevOp's .NET Core SDK Installer step to install version 2.2.2 but I am running into an error with the download links/blobs not existing anymore. Output:
When I manually visit the links I get the following message:
Changing the version value to use the Error message:
I would also rather not use a preview version of NuGet. Edit I have my build working with |
Closing as newer updates shipped - see #2432 |
@BeigeBadger's solution worked for me. Couldn't get any 2.x version to work but 2.2.104 worked for whatever reason. According to the documentation, I should have been able to do 2.2.x or even 2.x but neither worked. I tried running on both a local and hosted agaents |
Included fixes address security issues detailed in the release notes.
.NET Core
.NET Core 1.0.14 and .NET Core SDK 1.1.12
Release Notes
Download 1.0
.NET Core 1.1.11 and .NET Core SDK 1.1.12
Release Notes
Download 1.1
.NET Core 2.1.8 and .NET Core SDK 2.1.504
Release Notes
Download 2.1
.NET Core 2.2.2 and .NET Core SDK 2.2.104
Release Notes
Download 2.2
Please report any issues you find with these releases, either responding to this issue, creating a new issue here or creating a new issue in one of the following repos:
.NET Support Policies
Microsoft support policies are defined in the following documents:
The text was updated successfully, but these errors were encountered: