About 54 results
Open links in new tab
  1. .NET 10 version update generates BuildHost-net472 and BuildHost …

    Dec 10, 2025 · After updating a .NET Core app version from .NET 8 to .NET 10, BuildHost-net472 and BuildHost-netcore folder shortcuts appeared in both projects in the solution, then deleted …

  2. .NET Core 3.1 Update - Microsoft Support

    Jul 13, 2021 · .NET Core 3.1 has been refreshed with the latest update as of July 13, 2021. This update contains reliability and other non-security fixes. See the release notes for details on …

  3. How to specify the Microsoft.NetCore.App version in Visual Studio …

    Nov 13, 2024 · How to specify the Microsoft.NetCore.App version in Visual Studio 2022 Asked 1 year, 2 months ago Modified 8 months ago Viewed 841 times

  4. What is ".NET Core"? - Stack Overflow

    Nov 13, 2014 · It is stored on your machine in the C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore directory. Update: after the .NET Core 2.0 release …

  5. "Missing" Microsoft.AspNetCore.App.Runtime.win-arm

    Aug 2, 2023 · In the process of upgrading a solution to .net 8 I've run into a build error I can't get around. In short, I get two errors about missing Microsoft.*..win-arm Nuget ...

  6. c# - How to determine if .NET Core is installed - Stack Overflow

    1 Look in C:\Program Files\dotnet\shared\Microsoft.NETCore.App to see which versions of the runtime have directories there. Source. A lot of the answers here confuse the SDK with the …

  7. Visual Studio build error "The targeting pack …

    Jul 25, 2024 · I simply create a default .NET 6.0 WinForms desktop application in Visual Studio 2022. The application will not build. These errors are given: error NETSDK1127: The ...

  8. c# - .NET 8 in Azure DevOps gives "Error NETSDK1112 ... - Stack …

    Dec 12, 2023 · I have upgraded an MSIX WPF app to .NET 8 from .NET 7, and it runs fine on my own computer. But when I try to build it in Azure DevOps, I get the errors: …

  9. .NET Core vs ASP.NET Core - Stack Overflow

    Feb 26, 2020 · .NET Core is the next evolution of the .NET Framework, that allows Microsoft technology to be hosted on other OS platforms, rather than Windows. ASP.NET is the web …

  10. c# - Unable to find package Microsoft.NETCore.App.Host.win-x64 …

    Jan 13, 2020 · The package, Microsoft.NETCore.App.Host.win-x64, needed to be in my nuget feed with the correct version visualstudio 2022 to build and run the dotnet core project.