Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Some corrections #35

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 06-console-csharp-fsharp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ The sample in this folder demonstrates:
- **Creating a template that supports multiple languages** - Using `groupIdentity` to create a console project in `C#` and `F#`

In this sample there are two project templates, one using C# and the other F#.
By using `groupIdentiy` these templates will appear as the same template in the output of `dotnet new --list`.
By using `groupIdentity` these templates will appear as the same template in the output of `dotnet new --list`.

To make more than one template appear as the same in `dotnet new --list` ensure the following:

Expand Down
6 changes: 1 addition & 5 deletions 09-replace-onlyif-after/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ The sample in this folder demonstrates:

- **`onlyIf`** - Shows how you can replace some text on the condition it's preceded by a specified string.

In this sample, we show how you can replace a
The sample shows how you can update the `black` for background-color without impacting the values for color in the following elements.

From [`site.css`](./MyProject.Con/wwwroot/css/site.css)

Expand All @@ -29,8 +29,4 @@ textarea {
}
```

The sample shows how you can update the `black` for background-color without impacting the values for color in the following elements.


See [`template.json`](./MyProject.Con/.template.config/template.json)