About 52 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 and works …

  2. Visual Studio build error "The targeting pack Microsoft.NETCore.App is ...

    Jul 25, 2024 · Visual Studio build error "The targeting pack Microsoft.NETCore.App is not installed" Asked 1 year, 6 months ago Modified 1 year ago Viewed 6k times

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

    Nov 13, 2024 · How to specify the Microsoft.NetCore.App version in Visual Studio 2022 Asked 1 year, 3 months ago Modified 9 months ago Viewed 907 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 I've …

  5. .NET 9.0 Update - March 11, 2025 (KB5054230) - Microsoft Support

    Mar 11, 2025 · NET 9.0 has been refreshed with the latest update as of March 11, 2025. This update contains both security and non-security fixes. See the release notes for details on updated packages. …

  6. "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 ...

  7. 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 Runtime, which …

  8. Difference between .NetCore, VisualStudio build and MSBuild task in ...

    May 16, 2019 · Difference between .NetCore, VisualStudio build and MSBuild task in Azure Pipeline? As we know, dotnet is built on top of msbuild, we could call msbuild tasks by using the dotnet CLI.

  9. System.ServiceProcess ServiceController in .NETCore

    Mar 28, 2021 · I want to control a MySQL service from a .NETCore project. I was able to do this in a .NETFramework 4.7 project with a reference to System.ServiceProcess.dll. .NETCore projects seem …

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

    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: …