Adding linux-x64 runtime id to build script and .csprojs. (#494)

This commit is contained in:
Ronald Quan
2017-10-12 16:10:19 -07:00
committed by GitHub
parent 89d01000e9
commit 0ab1dd4c55
4 changed files with 5 additions and 4 deletions

View File

@@ -113,7 +113,8 @@ Task("PopulateRuntimes")
"debian.8-x64",
"fedora.23-x64",
"opensuse.13.2-x64",
"osx.10.11-x64"
"osx.10.11-x64",
"linux-x64"
};
});