Skip to content

Commit 42ba5a7

Browse files
authored
Linting
1 parent a913bb0 commit 42ba5a7

File tree

1 file changed

+1
-1
lines changed
  • 17/umbraco-cms/fundamentals/setup/upgrading/version-specific

1 file changed

+1
-1
lines changed

17/umbraco-cms/fundamentals/setup/upgrading/version-specific/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ This change has been made due to the [obsoletion of Razor run-time compilation i
6969

7070
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.
7171

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:
7373

7474
```
7575
<RazorCompileOnBuild>false</RazorCompileOnBuild>

0 commit comments

Comments
 (0)