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-03-23 23:36:19 +0300
committerGitHub <noreply@github.com>2021-03-23 23:36:19 +0300
commit3c1f142c1d717f86b2f64b4d2843ab0dd689a13e (patch)
treeb7a919f5724c685e36f5a8b5792ba1dc83788d96 /.config
parentcc736fa37699f07b3058abdcea2015a6c5b24d29 (diff)
Remove ProjectGuids from libs projects and update slngen (#48551)
* Remove ProjectGuids from libs projects Based on this comment: https://github.com/dotnet/project-system/issues/6830#issuecomment-782591566 * Update slngen * Add required NuGet.config
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 779d99775d7..dc8c2b505c3 100644
--- a/.config/dotnet-tools.json
+++ b/.config/dotnet-tools.json
@@ -21,7 +21,7 @@
]
},
"microsoft.visualstudio.slngen.tool": {
- "version": "4.4.2",
+ "version": "5.0.5",
"commands": [
"slngen"
]