ASP.NET Core Runtime Requirements
To ensure optimal performance and compatibility with our API, ZeroKey requires the latest version of the ASP.NET Core Runtime. The minimum supported version is ASP.NET Core Runtime 7.
Why Upgrade to the latest ASP.NET Core Runtime?
Enhanced performance and security: The latest version includes optimizations and security updates that improve API efficiency and data protection.
Full compatibility with ZeroKey API: Our API is built and tested on the latest ASP.NET Core, ensuring easy integration and reliable performance.
Access to new features: The latest version introduces new features and functionality that are designed to streamline and improve user experience when interacting with ZeroKey API.
Upgrading Your ASP.NET Core Runtime
If you’re not using version 7 ASP.NET Core or higher, download and install the latest runtime to prevent compatibility issues.
Visit https://dotnet.microsoft.com/en-us/download and follow the steps to download and install the latest version.
Confirm Your Version
Once the installation is complete, confirm the runtime version by opening the command prompt or terminal and type in the following command:
dotnet --list-runtimes
This command will display the latest installed version as:
Microsoft.AspNetCore.App 8.x.x.
Using the latest ASP.NET Core Runtime ensures that you are fully aligned with ZeroKey’s API requirements.