Skip to content

Commit ba51c80

Browse files
authored
Update README.md
1 parent ef10f72 commit ba51c80

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# ASP.NET 5 Quality Assurance coding rules and best practices
2-
An opinionated set of files and configurations usefull to enforce coding best practices and uniformity in ASP.NET 5 projects
1+
# ASP.NET 6 Quality Assurance coding rules and best practices
2+
An opinionated set of files and configurations usefull to enforce coding best practices and uniformity in ASP.NET 6 projects
33

44
# Content of this project and basic assumptions
55
This repository assumes that there are two "levels"
66
- **Root** folder → the root directory containing all the projects of the solution
7-
- **WebSite** folder → a folder containing an hypotetical ASP.NET 5 web application, *inheriting and extending* the settings contained into the _Root_ folder
7+
- **WebSite** folder → a folder containing an hypotetical ASP.NET 6 web application, *inheriting and extending* the settings contained into the _Root_ folder
88

99
# Usage
1010
Just copy all the files into the root of your target solution and/or related subfolders as needed (if and when an override/extension is required).
@@ -28,7 +28,7 @@ This folder represents the root directory containing all the projects of the sol
2828

2929

3030
# WebSite subfolder
31-
This folder represents a directory containing an hypotetical ASP.NET 5 web application, *inheriting and extending* the settings contained into the _Root_ folder,
31+
This folder represents a directory containing an hypotetical ASP.NET 6 web application, *inheriting and extending* the settings contained into the _Root_ folder,
3232
The files are:
3333
- **Directory.Build.props** → Inherit and extends the _Directory.Build.props_ contained into the parent folder, and hooks a [Gulp](https://gulpjs.com/) task in the `BeforeTargets="PostBuildEvent"` that process the JS files using [ESLint](https://eslint.org/)
3434
- **package.json** → install [Babel](https://babeljs.io/), [ESLint](https://eslint.org/) and other basic dependencies. Also define the `eslint` script launched via [Gulp](https://gulpjs.com/), used to execute [ESLint](https://eslint.org/)

0 commit comments

Comments
 (0)