File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
### Description
2
+
2
3
A clear and concise description of what the bug or feature is.
3
4
4
5
### Example
5
- Small example on how to use the new classes and methods.
6
6
7
+ Small example on how to use the new classes and methods.
7
8
8
- Linked issue:
9
+ This closes #
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ your solution (.sln) file with the following content:
43
43
44
44
## Build
45
45
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:
48
48
49
49
``` sh
50
50
dotnet tool restore
You can’t perform that action at this time.
0 commit comments