mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-21 14:51:22 +00:00
Add .NET Core app manifest (#947)
* Add .NET Core app manifest * Fix file indentation and eof
This commit is contained in:
parent
19c11c0b70
commit
6d87eb640e
15
dotnet.json
Normal file
15
dotnet.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"version": "1.0.0-preview2",
|
||||
"homepage": "https://www.microsoft.com/net/core#windows",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://go.microsoft.com/fwlink/?LinkID=809126#/dl.zip",
|
||||
"hash": "a7ab3ad9c28c9952a9f6e1fee158c337b82aac3ba502e742a92d23bab258e621"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://go.microsoft.com/fwlink/?LinkID=809127#/dl.zip",
|
||||
"hash": "107a27f5c1dec01932f26bcbd2640ae2d098266f05fafe1ab6c6ada7a5f43a27"
|
||||
}
|
||||
},
|
||||
"bin": "dotnet.exe"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user