Skip to content

Commit

Permalink
[asp.net] 4.0-only types don't need the NET_4_0 ifdef and should be i…
Browse files Browse the repository at this point in the history
…n net_4_0_System.Web.dll.sources
  • Loading branch information
grendello committed Nov 2, 2010
1 parent c53bce8 commit d1703c4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//

#if NET_4_0

namespace System.Web.Configuration {

public enum MachineKeyCompatibilityMode {
Expand All @@ -36,5 +34,3 @@ public enum MachineKeyCompatibilityMode {
}
}

#endif

1 change: 0 additions & 1 deletion mcs/class/System.Web/System.Web.dll.sources
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ System.Web.Configuration_2.0/IConfigMapPath.cs
System.Web.Configuration_2.0/IConfigMapPathFactory.cs
System.Web.Configuration_2.0/IRemoteWebConfigurationHostServer.cs
System.Web.Configuration_2.0/LowerCaseStringConverter.cs
System.Web.Configuration_2.0/MachineKeyCompatibilityMode.cs
System.Web.Configuration_2.0/MachineKeyRegistryStorage.cs
System.Web.Configuration_2.0/MachineKeySection.cs
System.Web.Configuration_2.0/MachineKeyValidation.cs
Expand Down
1 change: 1 addition & 0 deletions mcs/class/System.Web/net_4_0_System.Web.dll.sources
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ System.Web.Caching/OutputCacheProviderCollection.cs
System.Web.Caching/ResponseElement.cs
System.Web.Caching/SubstitutionResponseElement.cs
System.Web.Configuration_2.0/VersionConverter.cs
System.Web.Configuration_2.0/MachineKeyCompatibilityMode.cs
System.Web.Compilation/FolderLevelBuildProviderAppliesTo.cs
System.Web.Compilation/FolderLevelBuildProviderAppliesToAttribute.cs
System.Web.Compilation/RouteUrlExpressionBuilder.cs
Expand Down

0 comments on commit d1703c4

Please sign in to comment.