File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1
1
# startcode install
2
+ // install latest version
2
3
dotnet new install ParticularTemplates
4
+ // or when needing an older version
5
+ dotnet new install ParticularTemplates::4.1.0
3
6
# endcode
4
7
5
8
Original file line number Diff line number Diff line change 1
1
# startcode install
2
+ // install latest version
2
3
dotnet new install ParticularTemplates
4
+ // or when needing an older version
5
+ dotnet new install ParticularTemplates::5.0.1
3
6
# endcode
4
7
5
8
# startcode endpointdefault
Original file line number Diff line number Diff line change 1
1
# startcode install
2
+ // install latest version
2
3
dotnet new install ParticularTemplates
4
+ // or when needing an older version
5
+ dotnet new install ParticularTemplates::6.4.0
3
6
# endcode
4
7
5
8
# startcode endpointdefault
You can’t perform that action at this time.
0 commit comments