Browse Source

Merge pull request #7122 from abpframework/auto-merge/rel-4-1/58

Merge branch dev with rel-4.1
pull/7125/head
maliming 5 years ago
committed by GitHub
parent
commit
530d9fc5be
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Text-Templating.md

2
docs/en/Text-Templating.md

@ -423,7 +423,7 @@ This example simply adds a header and footer to the template and renders the con
**3)** Configure the embedded resources in the `.csproj` file
* Add [Microsoft.Extensions.FileProviders.Embedded](https://www.nuget.org/packages/Microsoft.Extensions.FileProviders.Embedded) NuGet package to the project.
* Add `<GenerateEmbeddedFilesManifest>true</GenerateEmbeddedFilesManifest>` into the `<PropertyConfig>...</PropertyConfig>` section of your `.csproj` file.
* Add `<GenerateEmbeddedFilesManifest>true</GenerateEmbeddedFilesManifest>` into the `<PropertyGroup>...</PropertyGroup>` section of your `.csproj` file.
* Add the following code into your `.csproj` file:
````xml

Loading…
Cancel
Save