About 7,970,000 results
Open links in new tab
  1. Differences between .NET vs .NET Core vs .NET Standard vs .NET ...

    Jul 23, 2023 · .NET Framework and .NET are the two different implementations of .NET from Microsoft. .NET Framework (older) is for developing Windows and Web application for the Windows platform. …

  2. Does C# 8 support the .NET Framework? - Stack Overflow

    Jun 18, 2019 · In Visual Studio 2019 Advanced Build settings, C# 8 does not appear to be available for a .NET Framework project, only (as in the picture below) for a .NET Core 3.0 project: Does C# 8 …

  3. .NET 8.0 does not show up in target framework after installing .NET 8 ...

    Jan 13, 2024 · I've installed, without errors, the .NET 8.0 SDK (not the preview version). In the Visual Studio installer, under individual components, the box next to .NET 8.0 Runtime (Long Term …

  4. Change the target framework for project in Visual Studio 2022

    Feb 1, 2024 · I am currently using .NET 8.0 Target Framework for my Visual Studio project. I have downloaded .NET FRAMEWORK 4.8.1, but I don't see it in the drop down to change it on the …

  5. How do I find the installed .NET versions? - Stack Overflow

    Oct 14, 2009 · For the .NET Framework 4 the Version entry is under the Client or Full subkey (under NDP), or under both subkeys. To find .NET Framework versions by viewing the registry (.NET …

  6. C# 8 features in .NET Framework 4.7.2 - Stack Overflow

    Oct 10, 2019 · In a c# project targeting .NET Framework 4.7.2 I made a local function static because Visual Studio (16.3.3) suggested it. Everything compiled and worked fine. But when I pushed this on …

  7. .net 8.0 - Nuget packages not compatible with net8.0 - Stack Overflow

    Apr 29, 2024 · It works for me from .NET 8 to .NET Framework 4.5.2, only by modifying to . (Not TargetFrameworkVersion!)

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

    Apr 2, 2024 · The parent application is updating to .NET 8.0 for their next release but currently is on .NET Framework 4.8. I will need to support this new version but continue supporting old versions for …

  9. NETSDK1045: The current .NET SDK does not support targeting .NET …

    Jan 15, 2024 · NETSDK1045: The current .NET SDK does not support targeting .NET 8.0. Either target .NET 6.0 or lower, or use a version of the .NET SDK that supports .NET 8.0. I discovered that the …

  10. Framework dependent .NET8 app: No frameworks were found

    Nov 16, 2023 · The application is published as framework dependent win-x64. I installed .NET8 runtime & SDKS. If you take a look at the .NET location it tries to look for .NET in a path local to my …