-
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 2021 Update - 5.0.3, 3.1.12, 2.1.25 #5932
Comments
Could we keep the same nuget package version, seemed it's the same version when netcore3.1 release, but some are different in .NET5, for example: the latest In .netcore 3.1 and the early .NET5, I use a variable for manage almost all microsoft dotnet nuget packages version, something like this: https://github.com/OpenReservation/ReservationServer/blob/dev/Directory.Build.props#L18 <PropertyGroup>
<DotNetPackageVersion>5.0.0</DotNetPackageVersion>
</PropertyGroup> If the package version are not the same, the versions are a little in mess for me, and could not be maintained by a variable or something like this. |
Hi
This fails to be found. Apt-cache agrees:
The package list at https://packages.microsoft.com/debian/9/prod/dists/stretch/main/binary-amd64/ Can I please get a status of when the Debian 9 / Stretch packages will be published? |
Hello @paulmilbank , I have republished these packages and they should be available now. |
Thanks heaps for the quick resolution @rbhanda. All working now. |
Why below issue is not being fixed in .NET 3.1 (being LTS version) while this is fixed in .NET 5. It works fine in version SDK 3.1.302 but after that version issues starts appearing and not fixed yet. |
Update on 26th: We're able to download the symbol files now, seems the issue is fixed.
|
Error on installing package for Visual Studio 2019. Processor was not recognised: [16B4:26DC][2021-03-01T11:48:38]i305: Verified acquired payload: AspNetCoreSharedFramework_arm64 at path: C:\ProgramData\Package Cache.unverified\AspNetCoreSharedFramework_arm64, moving to: C:\ProgramData\Package Cache{8DB7A5DD-24AE-38E4-A117-E678460DFF34}v5.0.3.21073\aspnetcore-runtime-5.0.3-servicing.21073.3-win-arm64.msi. |
Closing in favor of #6035 |
Release Notes
5.0.3
3.1.12
2.1.25
Please report any issues you find with .NET 5.0.3, .NET Core 3.1.12 or .NET Core 2.1.25, either responding to this issue, creating a new issue or creating a new issue in one of the following repos:
Status of availability of SDK on Microsoft's Linux feeds:
Note: This list refers to the Microsoft-provisioned feeds (packages.microsoft.com) and does not in any way represent direct availability in distros (eg RHEL, Fedora).
Known Issues
If there are any issues with this release we will track them here and check issues off as they're resolved. See the linked issues for details on progress and resolution details.
The text was updated successfully, but these errors were encountered: