Navigation Menu

Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.

Commit

Permalink
check in updated renamed project.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Aug 27, 2015
1 parent 8eeac5d commit 81dc4a3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
2 changes: 2 additions & 0 deletions src/ServiceStack.Text/Properties/AssemblyInfo.cs
Expand Up @@ -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:
//
Expand Down
28 changes: 16 additions & 12 deletions src/ServiceStack.Text/project.json.rename
Expand Up @@ -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": {
Expand Down

0 comments on commit 81dc4a3

Please sign in to comment.