ScoopInstaller_Main/dotnet.json
Ilja Nosik 37897cf0ea Add .NET SDK (#1610)
* Add .NET SDK manifest

* Add deprecation note to dotnet.json

* Update the .NET SDK to 2.0.0
2017-08-30 13:13:27 +02:00

19 lines
614 B
JSON

{
"version": "1.1.1",
"homepage": "https://www.microsoft.com/net/core#windows",
"architecture": {
"64bit": {
"url": "https://go.microsoft.com/fwlink/?linkid=843454#/dl.7z",
"hash": "e729afcf3cc69f17ec7968468b399c843b8b8327523e62c03450e4653115cf76"
},
"32bit": {
"url": "https://go.microsoft.com/fwlink/?linkid=843458#/dl.7z",
"hash": "3a8d7316dd774d54e27a332c5d1e73d7813fecd10b670249f480ae917226e444"
}
},
"bin": "dotnet.exe",
"notes": [
"This app is deprecated. Install `dotnet-sdk` instead."
]
}