Skip to content

Commit

Permalink
Add .NET Core app manifest (ScoopInstaller#947)
Browse files Browse the repository at this point in the history
* Add .NET Core app manifest

* Fix file indentation and eof
  • Loading branch information
jggrant authored and lukesampson committed Jul 6, 2016
1 parent 0c80ed0 commit f6c1d86
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions bucket/dotnet.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit f6c1d86

Please sign in to comment.