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

Commit 81dc4a3

Browse files
committed
check in updated renamed project.json
1 parent 8eeac5d commit 81dc4a3

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

src/ServiceStack.Text/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
[assembly: ComVisible(false)]
2020

2121
// The following GUID is for the ID of the typelib if this project is exposed to COM
22+
#if !PCL
2223
[assembly: Guid("a352d4d3-df2a-4c78-b646-67181a6333a6")]
24+
#endif
2325

2426
// Version information for an assembly consists of the following four values:
2527
//

src/ServiceStack.Text/project.json.rename

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,32 @@
33

44
"frameworks": {
55

6-
"net45+sl5+MonoAndroid10+Xamarin.iOS10+MonoTouch10": {
6+
".NETPortable,Version=v4.5,Profile=Profile7": {
7+
"compilationOptions": {
8+
"define": [ "PCL" ]
9+
},
710
"frameworkAssemblies": {
8-
"System.Core": "",
11+
"System": "",
912
"System.Collections": "",
13+
"System.Collections.Concurrent": "",
14+
"System.Globalization": "",
15+
"System.IO": "",
1016
"System.Linq": "",
1117
"System.Linq.Expressions": "",
12-
"System.Linq.Queryable": "",
13-
"System.Text.RegularExpressions": "",
1418
"System.Reflection": "",
1519
"System.Reflection.Extensions": "",
16-
"System.Diagnostics.Debug": "",
17-
"System.ObjectModel": "",
18-
"System.Threading": "",
1920
"System.Runtime": "",
2021
"System.Runtime.Extensions": "",
2122
"System.Runtime.Serialization.Primitives": "",
22-
"System.Runtime.Serialization.Json": "",
23-
"System.Runtime.Serialization.Xml": "",
23+
"System.Text.Encoding": "",
24+
"System.Text.Encoding.Extensions": "",
25+
"System.Text.RegularExpressions": "",
26+
"System.Threading": "",
27+
"System.Threading.Tasks": "",
2428
"System.Net.Requests": "",
25-
"System.Net.Http": ""
26-
},
27-
"compilationOptions": { "define": [ "PCL", "CORECLR" ] }
29+
"System.Net.Http": "",
30+
"System.Net.Primitives": ""
31+
}
2832
},
2933
"net45": {
3034
"frameworkAssemblies": {

0 commit comments

Comments
 (0)