This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +29
-29
lines changed
tests/ServiceStack.Client Expand file tree Collapse file tree 1 file changed +29
-29
lines changed Original file line number Diff line number Diff line change 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" : " 1.0.*"
19- },
20- "ServiceStack.Interfaces" : " 1.0.*" ,
21- },
22- "frameworks" : {
23- "netstandard1.1" : {
24- "dependencies" : {
25- },
26- "bin" : { "assembly" :" ../../lib/tests/netstandard1.1/ServiceStack.Client.dll" , "pdb" : " ../../lib/tests/netstandard1.1/ServiceStack.Client.pdb" }
27- }
28- },
29- "version" : " 1.0.0"
1+ {
2+ "configurations" : {
3+ "Debug" : {
4+ "buildOptions" : {
5+ "define" : [" DEBUG" , " TRACE" ]
6+ }
7+ },
8+ "Release" : {
9+ "buildOptions" : {
10+ "define" : [" TRACE" ],
11+ "optimize" : true
12+ }
13+ }
14+ },
15+ "dependencies" : {
16+ "NETStandard.Library" : " 1.6.0" ,
17+ "ServiceStack.Text" : {
18+ "version" : " 1.0.*"
19+ },
20+ "ServiceStack.Interfaces" : " 1.0.*" ,
21+ },
22+ "frameworks" : {
23+ "netstandard1.1" : {
24+ "dependencies" : {
25+ },
26+ "bin" : { "assembly" :" ../../lib/tests/netstandard1.1/ServiceStack.Client.dll" , "pdb" : " ../../lib/tests/netstandard1.1/ServiceStack.Client.pdb" }
27+ }
28+ },
29+ "version" : " 1.0.0"
3030}
You can’t perform that action at this time.
0 commit comments