Skip to content

Commit

Permalink
Incorporated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
eshanrnh committed Dec 6, 2024
1 parent c4c8804 commit 47c814a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions umbraco-cloud/product-upgrades/major-upgrades.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ Look for the "**Upgrade from/to Umbraco xx"** boxes. These boxes contain importa
1. Go to the project in the Umbraco Cloud portal.
2. Navigate to **Configuration** -> **Advanced**.
3. Scroll down to the **Runtime Settings** section.
4. **Ensure that the latest version of .NET is enabled** for each environment on your Cloud project, by selecting it from the dropdown.
4. From the **Change .NET framework runtime for your Umbraco install** dropdown, select the appropriate .NET version for each environment in your Cloud project.

* Refer to the [Choose the correct .NET version](https://docs.umbraco.com/umbraco-cms/fundamentals/setup/upgrading#choose-the-correct-.net-version) section for guidance on selecting the appropriate .NET version for your upgrade.

<figure><img src="../../.gitbook/assets/runtime-settings.png" alt=""><figcaption><p>Runtime settings</p></figcaption></figure>

Expand All @@ -77,10 +79,10 @@ Look for the "**Upgrade from/to Umbraco xx"** boxes. These boxes contain importa
## Step 3: Upgrade the project locally using Visual Studio

1. Open the `csproj` file located in the `/src/UmbracoProject` folder.
2. Determine if you need to update the .NET version:
2. Determine if you need to update the .NET version based on the changes made in [Step 1](major-upgrades.md#step-1-enable-net):

* **For Umbraco 15:** Update the `<TargetFramework>` to match the version set in your Cloud environment from [Step 1](major-upgrades.md#step-1-enable-.net).
* **For other versions that do not require a .NET update:** Skip this step.
* **If the .NET version was updated:** Update the `<TargetFramework>` to match the version set in your Cloud environment.
* **If the .NET version was not updated:** Skip this step.

<details>

Expand Down

0 comments on commit 47c814a

Please sign in to comment.