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

Commit 4f70932

Browse files
committed
Add projects and libs for .NET Core
1 parent ea6235e commit 4f70932

File tree

13 files changed

+710
-0
lines changed

13 files changed

+710
-0
lines changed

lib/netcore/ServiceStack.Client.dll

173 KB
Binary file not shown.

lib/netcore/ServiceStack.Client.pdb

532 KB
Binary file not shown.

lib/netcore/ServiceStack.Common.dll

169 KB
Binary file not shown.

lib/netcore/ServiceStack.Common.pdb

294 KB
Binary file not shown.
125 KB
Binary file not shown.
252 KB
Binary file not shown.

lib/netcore/ServiceStack.Text.deps.json

Lines changed: 555 additions & 0 deletions
Large diffs are not rendered by default.

lib/netcore/ServiceStack.Text.dll

322 KB
Binary file not shown.

lib/netcore/ServiceStack.Text.pdb

902 KB
Binary file not shown.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"configurations": {
3+
"Debug": {
4+
"buildOptions": {
5+
"define": ["NETSTANDARD", "DEBUG", "TRACE"]
6+
}
7+
},
8+
"Release": {
9+
"buildOptions": {
10+
"define": ["NETSTANDARD", "TRACE"],
11+
"optimize": true
12+
}
13+
}
14+
},
15+
"dependencies": {
16+
"NETStandard.Library": "1.6.0",
17+
"ServiceStack.Text" : {
18+
"version" : "4.0.*"
19+
}
20+
},
21+
"frameworks": {
22+
"netstandard1.1": {
23+
"dependencies" : {
24+
"System.Linq.Expressions" : "4.1.0",
25+
"System.Runtime.Serialization.Primitives" : "4.1.1-*",
26+
"System.Runtime.Serialization.Xml" : "4.1.1",
27+
"System.Net.Http" : "4.1.0",
28+
"System.Net.Requests" : "4.0.11",
29+
"System.IO" : "4.1.0",
30+
"System.Dynamic.Runtime" : "4.0.11",
31+
"Microsoft.CSharp" : "4.0.1-*",
32+
"System.Reflection": "4.1.0-*",
33+
"System.Reflection.Extensions" : "4.0.1",
34+
"System.Reflection.Emit" : "4.0.1",
35+
"System.Reflection.Emit.Lightweight": "4.0.1"
36+
},
37+
"bin" : { "assembly":"../../../lib/netcore/ServiceStack.Common.dll", "pdb" : "../../../lib/netcore/ServiceStack.Common.pdb" }
38+
}
39+
},
40+
"version": "4.0.61"
41+
}

0 commit comments

Comments
 (0)