About 5,860,000 results
Open links in new tab
  1. c# - Azure Pipelines and .NET versions - Stack Overflow

    Aug 27, 2024 · Info: .NET Core SDK/runtime 2.2 and 3.0 are now End of Life (EOL) and have been removed from all hosted agents. This is the info message built into the dotnet task …

  2. How can I download the .NET SDK 6.0.125? - Stack Overflow

    Dec 1, 2023 · How can I download the .NET SDK 6.0.125? Asked 2 years ago Modified 2 years ago Viewed 5k times

  3. How to downgrade Visual Studio to use .NET SDK 8 again?

    Nov 18, 2024 · I tried modifying the installation to remove the SDK or also the runtime. But removing the runtime deletes essential Visual studio features. .NET SDK 8 is not listed in the …

  4. c# - How to install .Net 8 installation - Stack Overflow

    Nov 8, 2023 · I am trying to install .NET 8 on Visual Studio 2022 Enterprise. I have updated Visual Studio but .NET 8 I does appear. I tried to install the SDK, and it said it was set up correctly, …

  5. How do I change the SDK version in Visual Studio 2022?

    Dec 29, 2024 · Hi, I remembered that VS shall use the latest .Net version by default, based on this document it looks like your client should work well. May I know whether it worked after you …

  6. How do I install the .NET SDK with the Visual Studio Installer?

    Sep 30, 2023 · I’d like to install the .NET SDK using the Visual Studio Installer. I selected it in the components list and installed it: However, if I try and list the .NET SDKs in either the regular …

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

    Oct 14, 2009 · How do I find out which version of .NET is installed? I'm looking for something as simple as java -version that I can type at the command prompt and that tells me the current …

  8. How to install .NET 4 Framework in Windows 10 - Stack Overflow

    Mar 1, 2016 · The libraries: for 4.5.2, grab the .NET framework 4.5.2 Developer Pack for 4.0, grab the Microsoft Windows SDK for Windows 7 and .NET Framework 4 (ISO), mount it and run …

  9. .Net SDK is not found in VSCode - Stack Overflow

    May 6, 2021 · I already have installed .Net SDK on my machine. How to diagnose: In cmd, run command: dotnet --version -> Could not execute because the application is not found or a …

  10. c# - What's the difference between using dotnet and MSBuild for ...

    Feb 24, 2021 · When using .NET SDK via CLI, running dotnet build is equivalent to dotnet msbuild --restore. Under the hood, the latter command also runs MSBuild, but in this case the one that …