diff --git a/src/ServiceStack.Text/Properties/AssemblyInfo.cs b/src/ServiceStack.Text/Properties/AssemblyInfo.cs index 6e9db6053..448533b9a 100644 --- a/src/ServiceStack.Text/Properties/AssemblyInfo.cs +++ b/src/ServiceStack.Text/Properties/AssemblyInfo.cs @@ -19,7 +19,9 @@ [assembly: ComVisible(false)] // The following GUID is for the ID of the typelib if this project is exposed to COM +#if !PCL [assembly: Guid("a352d4d3-df2a-4c78-b646-67181a6333a6")] +#endif // Version information for an assembly consists of the following four values: // diff --git a/src/ServiceStack.Text/project.json.rename b/src/ServiceStack.Text/project.json.rename index c71acd73b..3958f1664 100644 --- a/src/ServiceStack.Text/project.json.rename +++ b/src/ServiceStack.Text/project.json.rename @@ -3,28 +3,32 @@ "frameworks": { - "net45+sl5+MonoAndroid10+Xamarin.iOS10+MonoTouch10": { + ".NETPortable,Version=v4.5,Profile=Profile7": { + "compilationOptions": { + "define": [ "PCL" ] + }, "frameworkAssemblies": { - "System.Core": "", + "System": "", "System.Collections": "", + "System.Collections.Concurrent": "", + "System.Globalization": "", + "System.IO": "", "System.Linq": "", "System.Linq.Expressions": "", - "System.Linq.Queryable": "", - "System.Text.RegularExpressions": "", "System.Reflection": "", "System.Reflection.Extensions": "", - "System.Diagnostics.Debug": "", - "System.ObjectModel": "", - "System.Threading": "", "System.Runtime": "", "System.Runtime.Extensions": "", "System.Runtime.Serialization.Primitives": "", - "System.Runtime.Serialization.Json": "", - "System.Runtime.Serialization.Xml": "", + "System.Text.Encoding": "", + "System.Text.Encoding.Extensions": "", + "System.Text.RegularExpressions": "", + "System.Threading": "", + "System.Threading.Tasks": "", "System.Net.Requests": "", - "System.Net.Http": "" - }, - "compilationOptions": { "define": [ "PCL", "CORECLR" ] } + "System.Net.Http": "", + "System.Net.Primitives": "" + } }, "net45": { "frameworkAssemblies": {