Skip to content

System Requirements

Greg Finzer edited this page Mar 4, 2023 · 7 revisions

For Use In Your Project

  • Compatible with .NET Framework 4.0 and higher.
  • .NET Standard 1.3 Build Compatible with .NET Core 1.0, Mono 4.6, Xamarin.iOS 10.0, Xamarin.Mac 3.0, Xamarin.Android 7.0, Universal Windows Platform 10.0
  • .NET Standard 2.0 Build Compatible with .NET Core 2.0, Mono 5.4, Xamarin.iOS 10.14, Xamarin.Mac 3.8, Xamarin.Android 8.0, Universal Windows Platform 10.0.16299
  • .NET Standard 2.1 Build Compatible with .NET 5, Mono 6.4, Xamarin.iOS 12.16, Xamarin.Mac 5.16, Xamarin.Android 10.0

Running the Source Code of Compare .NET Objects

  • Visual Studio 2022 and higher
  • When installing VS2022, select ".Net Desktop Development".
  • Download the .NET 4.6.1 Devpack from the Microsoft website and install. https://dotnet.microsoft.com/en-us/download/dotnet-framework
  • VS2022 in Solution Explorer will display message "This project is targeting a version of .NET which is not installed" press button "Install", after that click "Install" for .NET Core 2.1.
  • Microsoft doesn't support .NET 4.0, you need to download https://github.com/3F/netfx4sdk for installing .NET 4.0. Open terminal in core folder, run file "build.bat". After completing, change directory to "netfx4sdk-master\bin\Release\raw" and run "netfx4sdk.cmd -mode sys". If you see "Done" .NET 4.5 is installed on your system.
  • Install another DevPack .NET 4.5.1, 4.5.2, 4.6, 4.7, 4.7.1 from Microsoft link below. https://dotnet.microsoft.com/en-us/download/dotnet-framework
  • Microsoft also doesn't support .NET 4.5. Open folder C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework, after that you need to copy all files from folder 4.5.1 to 4.5 and click "Replace" in all conflicts. Source: https://stackoverflow.com/questions/73648702/install-net-framework-4-5-targeting-pack
  • Pizza 🍕
  • Mountain Dew