[Microsoft.Build] Rename method parameters to match .NET contract
[mono.git] / mcs / class / Microsoft.Build / Microsoft.Build.Evaluation / SubToolset.cs
index 0b4ad39224f504f82540c649a371e6ded3b2d172..72794d1f11db062a7204485048a2193d03b41f41 100644 (file)
@@ -4,9 +4,7 @@ using Microsoft.Build.Execution;
 
 namespace Microsoft.Build.Evaluation
 {
-       #if NET_4_5
        public
-       #endif
        class SubToolset
        {
                internal SubToolset (IDictionary<string, ProjectPropertyInstance> properties, string subToolsetVersion)