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 Runtime 8.0.15
Dotnet Runtime 6.0.4 (to work with earlier X360 versions)
These packages can also be installed manually using following scripts.
1choco install dotnetfx --version 4.8.0.20190930 -y
1choco install dotnet-8.0-runtime --version 8.0.15 -y
2choco install dotnet-6.0-runtime --version 6.0.4 -y
Manually install - Using Microsoft Website DOTNET 4.8