You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 17/umbraco-cms/fundamentals/setup/upgrading/version-specific/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ This change has been made due to the [obsoletion of Razor run-time compilation i
69
69
70
70
If you use `InMemoryAuto` models builder, or rely Razor runtime compilation in editing templates via the backoffice, you need to reference the `Umbraco.Cms.DevelopmentMode.Backoffice` package.
71
71
72
-
If using models builder with one of the source code modes (i.e. not `InMemoryAuto`) you do not need to reference the `Umbraco.Cms.DevelopmentMode.Backoffice` package. However you will need to ensure the following settings are removed from your in your .csproj file:
72
+
If using models builder with one of the source code modes (this is, not `InMemoryAuto`) you do not need to reference the `Umbraco.Cms.DevelopmentMode.Backoffice` package. However you will need to ensure the following settings are removed from your in your .csproj file:
0 commit comments