Skip to content

Commit

Permalink
Revert "Fixes make dist"
Browse files Browse the repository at this point in the history
This reverts commit 87e95b4.

This puts DataContractJsonSerializerSettings.cs back into
mcs/class/System.ServiceModel.Web/System.Runtime.Serialization.Json.

Let's please not have a single file from this namespace in another
directory, either move the entire System.Runtime.Serialization.Json
stuff into System.Runtime.Serialization or leave it here.
  • Loading branch information
Martin Baulig committed Mar 15, 2013
1 parent 9f438cd commit efda0d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
@@ -1,5 +1,5 @@
#include net_4_0_System.Runtime.Serialization.dll.sources
System.Runtime.Serialization/DateTimeFormat.cs
System.Runtime.Serialization/EmitTypeInformation.cs
System.Runtime.Serialization.Json/DataContractJsonSerializerSettings.cs
../System.ServiceModel.Web/System.Runtime.Serialization.Json/DataContractJsonSerializerSettings.cs
System.Runtime.Serialization/DataContractSerializerSettings.cs

1 comment on commit efda0d4

@migueldeicaza
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to work within the existing framework.

If you have questions, please talk to me

Please sign in to comment.