.NET April 2021 Updates - 5.0.5

    .NET April 2021 Updates - 5.0.5

    .NET April 2021 Updates - 5.0.5


    Posted: 09 Apr 2021

    Today, we are releasing the .NET April 2021 Updates. These updates contains reliability and other non-security improvements. See the individual release notes for details on updated packages.

    You can download 5.0.5 versions for Windows, macOS, and Linux, for x86, x64, Arm32, and Arm64.


    Improvements


    .NET 5 NuGet Restore Failures on Linux distributions using NSS or ca-certificates

    .NET SDK 5.0.202 resolves an issue where NuGet restore fails on Linux due to expired NuGet certificates and unfortunate interactions with changes made to root certificates stores on Linux, carried by ca-certificates and nss packages.

    Visual Studio

    See release notes for Visual Studio compatibility for .NET 5.0.


    Rahul Bhandari
    Software Engineer, .NET


    Source: https://devblogs.microsoft.com/dotne...-2021-updates/
    Brink's Avatar Posted By: Brink
    09 Apr 2021


  1. Posts : 190
    Windows 10, 22H2 10.0.19045
       #1

    I have a program that called for the 5.0 Net to be installed, which I did from this location: https://dotnet.microsoft.com/download/dotnet/5.0

    When I run either the cmd or PowerShell commands/scripts to check for the run time versions installed, the 5.05 version does not show up.

    .NET April 2021 Updates - 5.0.5-cmd-results.png

    .NET April 2021 Updates - 5.0.5-powershell-results.png

    These are the cmd/script that I ran to get the above:

    "HKLM\SOFTWARE\Microsoft\Net Framework Setup\NDP"

    Get-ChildItem 'HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP' -Recurse | Get-ItemProperty -Name version -EA 0 | Where { $_.PSChildName -Match '^(?!S)\p{L}'} | Select PSChildName, version

    Are there newer cmd/script versions that would show the new installed version?
      My Computer


  2. Posts : 3,453
       #2

    Homer712 said:
    I have a program that called for the 5.0 Net to be installed, which I did from this location: https://dotnet.microsoft.com/download/dotnet/5.0

    When I run either the cmd or PowerShell commands/scripts to check for the run time versions installed, the 5.05 version does not show up.

    .NET April 2021 Updates - 5.0.5-cmd-results.png

    .NET April 2021 Updates - 5.0.5-powershell-results.png

    These are the cmd/script that I ran to get the above:

    "HKLM\SOFTWARE\Microsoft\Net Framework Setup\NDP"

    Get-ChildItem 'HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP' -Recurse | Get-ItemProperty -Name version -EA 0 | Where { $_.PSChildName -Match '^(?!S)\p{L}'} | Select PSChildName, version

    Are there newer cmd/script versions that would show the new installed version?
    Code:
    PS C:\Users\Craig\Desktop> dotnet --version
    5.0.202
    This is not a .Net Framework update but rather that of .Net Core (a different runtime)
      My Computer


  3. Posts : 190
    Windows 10, 22H2 10.0.19045
       #3

    @Superfly Thanks for the reply, but you're dealing with one of our "seasoned" citizens here, so I don't understand the "code" you posted. Assume the "PS" just means it's a PowerShell script and shouldn't be included, but beyond that, I'm lost. Even tried changing it to "C:\Users\Homer\Desktop> dotnet --version" and that didn't work. What am I missing here?
      My Computer


  4. Posts : 3,453
       #4

    Homer712 said:
    @Superfly Thanks for the reply, but you're dealing with one of our "seasoned" citizens here, so I don't understand the "code" you posted. Assume the "PS" just means it's a PowerShell script and shouldn't be included, but beyond that, I'm lost. Even tried changing it to "C:\Users\Homer\Desktop> dotnet --version" and that didn't work. What am I missing here?
    Yes the prefix denotes Powershell but you can run the command 'dotnet --version' in the Cmd prompt as well.

    I assum
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 00:55.
Find Us




Windows 10 Forums