Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/referencesource/System.Web/Compilation/MultiTargetingUtil.cs')
-rw-r--r--mcs/class/referencesource/System.Web/Compilation/MultiTargetingUtil.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/referencesource/System.Web/Compilation/MultiTargetingUtil.cs b/mcs/class/referencesource/System.Web/Compilation/MultiTargetingUtil.cs
index 09ca000d3c8..f60717c5094 100644
--- a/mcs/class/referencesource/System.Web/Compilation/MultiTargetingUtil.cs
+++ b/mcs/class/referencesource/System.Web/Compilation/MultiTargetingUtil.cs
@@ -359,7 +359,7 @@ namespace System.Web.Compilation {
private static void ValidateCompilerVersionFor40AndAbove() {
// Since the root web.config already specifies 4.0, we need to make sure both compilerVersions
// are actually greater than or equal to 4.0, in case the user only sets compilerVersion=3.5
- // for one language. (Dev10
+ // for one language. (Dev10 bug 738202)
ValidateCompilerVersionFor40AndAbove(GetCSharpCompilerVersion());
ValidateCompilerVersionFor40AndAbove(GetVisualBasicCompilerVersion());
}