Skip to content

Commit 1bf6e1d

Browse files
committed
📚 Add .NET 5 in the readme
1 parent 0b41bbe commit 1bf6e1d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
### Description
2+
23
A clear and concise description of what the bug or feature is.
34

45
### Example
5-
Small example on how to use the new classes and methods.
66

7+
Small example on how to use the new classes and methods.
78

8-
Linked issue:
9+
This closes #

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ your solution (.sln) file with the following content:
4343

4444
## Build
4545

46-
Since the unit tests are validated against .NET Core and .NET Framework or Mono
47-
both runtime must be installed on the machine. Then run:
46+
Since the unit tests are validated against .NET 5, .NET Core and .NET Framework
47+
and Mono, the three runtimes must be installed on the machine. Then run:
4848

4949
```sh
5050
dotnet tool restore

0 commit comments

Comments
 (0)