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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Hofer <viktor.hofer@microsoft.com>2021-10-26 22:23:54 +0300
committerGitHub <noreply@github.com>2021-10-26 22:23:54 +0300
commit0964be0ae95aad7afa9d1e67c589c8fbcfc1ce92 (patch)
tree6638e939072dc13eab0b32a43a94a46e9745c9c3 /.config
parent1888959ccd47ee50370cea023a7892a831af3462 (diff)
Update slngen and solution files (#60871)
Update slngen tooling to latest stable version and solution files since a lot changed since the last time they were updated: - NET7 (removal of older TFMs) - Source Generators
Diffstat (limited to '.config')
-rw-r--r--.config/dotnet-tools.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json
index 0baf9030a53..4da46961621 100644
--- a/.config/dotnet-tools.json
+++ b/.config/dotnet-tools.json
@@ -21,7 +21,7 @@
]
},
"microsoft.visualstudio.slngen.tool": {
- "version": "6.1.10",
+ "version": "6.3.0",
"commands": [
"slngen"
]