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: aspnetcore/razor-pages/ui-class.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,8 +128,8 @@ To include TypeScript files in an RCL:
128
128
129
129
* Place the TypeScript files (`.ts`) outside of the `wwwroot` folder. For example, place the files in a `Client` folder.
130
130
* Add the following markup to the project file:
131
-
* Configure the TypeScript build output for the `wwwroot` folder with the `TypescriptOutDir` property inside.
132
-
* Include the TypeScript target as a dependency of the `PrepareForBuildDependsOn` target by adding the following target inside of a `PropertyGroup` in the project file.
131
+
* Configure the TypeScript build output for the `wwwroot` folder with the `TypescriptOutDir` property.
132
+
* Include the TypeScript target as a dependency of the `PrepareForBuildDependsOn` target.
0 commit comments