Microsoft .NET Framework and RuntimeΒΆ

You need to install following listed packages as a part of the Setup Process. These packages are required to deploy an erp application and run the same application on your machine.

  • Microsoft Dotnet Framework 4.8

  • Dotnet Core Runtime 3.1.x

These packages can also be installed manually using following scripts.

1choco install dotnetfx --version 4.8.0.20190930 -y
1choco install dotnetcore-runtime --version 3.1.20 -y

Manually install - Using Microsoft Website DOTNET 4.8