Skip to content

Commit

Permalink
Add .NET SDK (#1610)
Browse files Browse the repository at this point in the history
* Add .NET SDK manifest

* Add deprecation note to dotnet.json

* Update the .NET SDK to 2.0.0
  • Loading branch information
inosik authored and r15ch13 committed Aug 30, 2017
1 parent 759ded9 commit bd1fecc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
15 changes: 15 additions & 0 deletions bucket/dotnet-sdk.json
@@ -0,0 +1,15 @@
{
"version": "2.0.0",
"homepage": "https://www.microsoft.com/net/core#windows",
"architecture": {
"64bit": {
"url": "https://download.microsoft.com/download/1/B/4/1B4DE605-8378-47A5-B01B-2C79D6C55519/dotnet-sdk-2.0.0-win-x64.zip",
"hash": "541d4dd17023aff14a0aeb6505b200ccabffffc34ab2f629caeb994cedf8afd9"
},
"32bit": {
"url": "https://download.microsoft.com/download/1/B/4/1B4DE605-8378-47A5-B01B-2C79D6C55519/dotnet-sdk-2.0.0-win-x86.zip",
"hash": "5eaa475a12843cfff9a97f4b7d3b205eb169fd372ddfc9ddde92225e9e4c1c7c"
}
},
"bin": "dotnet.exe"
}
5 changes: 4 additions & 1 deletion bucket/dotnet.json
Expand Up @@ -11,5 +11,8 @@
"hash": "3a8d7316dd774d54e27a332c5d1e73d7813fecd10b670249f480ae917226e444"
}
},
"bin": "dotnet.exe"
"bin": "dotnet.exe",
"notes": [
"This app is deprecated. Install `dotnet-sdk` instead."
]
}

0 comments on commit bd1fecc

Please sign in to comment.