◷ Reading Time: 2 minutes
You can upload multiple Runtime versions to the server and choose which Runtime to be used for each running Execution Worker.
Upload a New Runtime
1. Download the Runtime NuGet package that you want to use, using the following link.
https://www.nuget.org/packages/FlexRule.Runtime/
For example, if you want Runtime 11.0.812, click the version number, then click Download Package to download it.
This will download a .nupkg file.

2. Go to the workbench and navigate to Administration --> Workers.

3. Click on New Runtime.

4. Browse for the .nupkg file and click Save to upload.
Update the ExecutionWorker Runtime
1. Stop the ExecutionWorkerworker
2. Go to your ExecutionWorker and click Edit.

3. You will be able to select the Runtime version and click Save to update.

4. Click update.


5. Start the Worker again.
