forked from ScoopInstaller/Versions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dotnet-nightly.json
25 lines (25 loc) · 970 Bytes
/
dotnet-nightly.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"version": "nightly",
"description": ".NET is a free, cross-platform, open source developer platform for building many different types of applications.",
"homepage": "http://dotnet.github.io/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/dev/Installers/Latest/dotnet-win-x64.latest.msi"
}
},
"extract_dir": "dotnet",
"bin": [
"bin\\dotnet.exe"
],
"env_set": {
"DOTNET_HOME": "$dir"
},
"notes": [
"dotnet cli has the following prerequisites:",
"- Visual C++ Redistributable for Visual Studio 2015 (All Systems)",
" https://www.microsoft.com/en-us/download/confirmation.aspx?id=48145",
"- Visual C++ Redistributable for Visual Studio 2012 Update 4 (Windows 7 or Windows Server 2008 only)",
" https://www.microsoft.com/en-us/download/confirmation.aspx?id=30679"
]
}