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-09-04 01:16:15 +0300
committerGitHub <noreply@github.com>2021-09-04 01:16:15 +0300
commit36b6247cc7743dda997e9d671175ddc2b3e030ba (patch)
treeff334e45265f6ac8518be8548f27d5cd1d3246f9 /.config
parent6262ae8e6a33abac569ab6086cdccc470c810ea4 (diff)
Update solution files for correct ordering of elements (#58655)
With the newest udpate of slngen, the order of elements (configuration, folders, etc.) is in sync with how Visual Studio arranges them. Also the order is now deterministic. Based on that, updating all solution files to have the correct ordering of elements. This change also unblocks adding CI protection for making sure that solution files are up-to-date in regards to their dependencies as slngen is now generating the files deterministically.
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 2c5326520f9..4792da39ffd 100644
--- a/.config/dotnet-tools.json
+++ b/.config/dotnet-tools.json
@@ -21,7 +21,7 @@
]
},
"microsoft.visualstudio.slngen.tool": {
- "version": "6.1.0",
+ "version": "6.1.10",
"commands": [
"slngen"
]