About 1,010,000 results
Open links in new tab
  1. Target frameworks in SDK-style projects - .NET | Microsoft Learn

    Apr 9, 2025 · When you target a framework in an app or library, you're specifying the set of APIs that you'd like to make available to the app or library. You specify the target framework in your …

  2. .net - Change the Target Framework for all my projects in a …

    Nov 2, 2012 · First back up an existing project file, then make the change you want (e.g., change the target framework). Use WinDiff or WinMerge to compare the new project file with the back …

  3. Targeting Multiple Frameworks in a .NET Project - Code Maze

    Aug 18, 2023 · Targeting multiple frameworks in a single .NET project offers a powerful way to expand the application’s reach and compatibility. By utilizing the features like .NET Standard …

  4. Targeting Multiple Frameworks for C# Projects | by Ben Watts

    May 11, 2020 · To target multiple frameworks we can update our csproj to look like this. <OutputType>Exe</OutputType> …

  5. Specify the targeted .NET Frameworks - Visual Studio (Windows)

    Dec 19, 2024 · In Visual Studio, you can specify the version of .NET that you want your project to target. Framework targeting helps guarantee that the application uses only functionality that is …

  6. Non-Trivial Multi-Targeting with .NET | by Brad Robinson

    Sep 24, 2018 · With .NET Core it’s now possible to develop .NET code that runs on Windows, Unix and macOS. For many projects it’s simply a matter of updating the TargetFrameworks …

  7. Target both .NET Framework 4.8 and .NET 8.0 in SDK project?

    Apr 2, 2024 · I have set up a basic sample for testing by creating a new solution that just has 2 default projects in it with the basic modifications for multi-targeting. Here is the .csproj file …

  8. Target frameworks in SDK-style projects - GitHub

    Learn about target frameworks for .NET apps and libraries. When you target a framework in an app or library, you're specifying the set of APIs that you'd like to make available to the app or …

  9. How to use the latest target framework available for a .NET SDK

    Apr 29, 2024 · In this post, I describe how to use the latest target framework available for a .NET SDK using a global.json and MSBuild properties.

  10. .NET 5: Merging .NET Core and .NET Standard with New Target Framework ...

    Mar 26, 2020 · Note the Sdk attribute on the Project element: You can use the new project format not only to target .NET Core or .NET Standard, but also to target .NET Framework and other …

  11. Some results have been removed
Refresh