2

I want do develop a console app for .NET Framework 4.72 I installed the .NET Framework 4.7.2 developer pack. I restarted the system, opened Visual Studio to create a new project but the :NET Framework 4.7.2 doesn't show up in the target framework options.

What step am I missing?

Maxxx
  • 87
  • 1
  • 2
  • 9
  • what version of visual studio are you using? what project template are you using (be sure you've selected '.net framework' rather than '.net core', for example) – TZHX Nov 17 '22 at 11:50
  • @TZHX VS2022, C# Console App – Maxxx Nov 17 '22 at 12:09
  • 1
    you need to pick the "Console App (.NET Framework)" project template, "Console App" is the artist formerly known as .NET Core, but that now is just .NET – TZHX Nov 17 '22 at 12:24
  • Why are you using 4.7.1 for a new project, anyway? Use 4.8 when it _needs_ to be .NET Framework, use 6.0 7.0 otherwise. – PMF Nov 17 '22 at 14:25

0 Answers0