Allow Fedora 24 to use MSBuild in build.sh
authorEric Mellino <erme@microsoft.com>
Fri, 26 Aug 2016 23:39:49 +0000 (16:39 -0700)
committerEric Mellino <erme@microsoft.com>
Fri, 26 Aug 2016 23:39:49 +0000 (16:39 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/a90eae186415ca8abb30d735138e85bc358a8a13

src/coreclr/build.sh

index 34ac6f4..5959abd 100755 (executable)
@@ -235,6 +235,9 @@ isMSBuildOnNETCoreSupported()
                 "fedora.23-x64")
                     __isMSBuildOnNETCoreSupported=1
                     ;;
+                "fedora.24-x64")
+                    __isMSBuildOnNETCoreSupported=1
+                    ;;
                 "opensuse.13.2-x64")
                     __isMSBuildOnNETCoreSupported=1
                     ;;