Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Bunting <6431421+dougbu@users.noreply.github.com>2021-02-07 08:01:54 +0300
committerGitHub <noreply@github.com>2021-02-07 08:01:54 +0300
commit069cb5f3bdcb43f7a87bab0d1ec70270019dc9a1 (patch)
tree41135ff4c20c86b59114d901bf66e4041d0691ad /.config
parent73212a62dda2d7846dcdbe7ff77bda7665fa6186 (diff)
Use normal mechanism to install `dotnet-format` (#29909)
- aspnet/AspNetCore-ManualTests#407 - update the `dotnet-serve` version while here
Diffstat (limited to '.config')
-rw-r--r--.config/dotnet-tools.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json
index cbd1980934..141eb757a8 100644
--- a/.config/dotnet-tools.json
+++ b/.config/dotnet-tools.json
@@ -3,10 +3,16 @@
"isRoot": true,
"tools": {
"dotnet-serve": {
- "version": "1.7.125",
+ "version": "1.7.139",
"commands": [
"dotnet-serve"
]
+ },
+ "dotnet-format": {
+ "version": "5.0.210401",
+ "commands": [
+ "dotnet-format"
+ ]
}
}
}