From fc4f633e5e4296e0a608242d4b0dafe3c0540f10 Mon Sep 17 00:00:00 2001 From: Kiran Challa Date: Wed, 22 Jun 2016 14:40:18 -0700 Subject: [PATCH] Added centos and rhel rids to project.json --- src/MusicStore.Standalone/project.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/MusicStore.Standalone/project.json b/src/MusicStore.Standalone/project.json index 1a7e624040..8fc15e892d 100644 --- a/src/MusicStore.Standalone/project.json +++ b/src/MusicStore.Standalone/project.json @@ -88,6 +88,8 @@ "osx.10.10-x64": {}, "osx.10.11-x64": {}, "ubuntu.14.04-x64": {}, - "ubuntu.15.04-x64": {} + "ubuntu.15.04-x64": {}, + "centos.7-x64": {}, + "rhel.7.2-x64": {} } } \ No newline at end of file