From 6d87eb640ed85337118060cb0c0cf87acafc891e Mon Sep 17 00:00:00 2001 From: jggrant Date: Wed, 6 Jul 2016 18:13:17 -0400 Subject: [PATCH] Add .NET Core app manifest (#947) * Add .NET Core app manifest * Fix file indentation and eof --- dotnet.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 dotnet.json diff --git a/dotnet.json b/dotnet.json new file mode 100644 index 0000000000..cc72c26180 --- /dev/null +++ b/dotnet.json @@ -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" +}