Add more rids so build succeeds on OSX and Linux

This commit is contained in:
Pranav K 2016-04-27 12:04:56 -07:00
parent e344edc2a3
commit 846b242327
1 changed files with 4 additions and 1 deletions

View File

@ -31,7 +31,10 @@
"net451": { }
},
"runtimes": {
"win7-x64": { },
"win7-x86": { },
"win7-x64": { }
"osx.10.10-x64": { },
"ubuntu.14.04-x64": { },
"ubuntu.15.04-x64": { }
}
}