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

Commit 46203e9

Browse files
committed
Remove NETSTANDARD define
1 parent 7914604 commit 46203e9

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed
Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
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
}

0 commit comments

Comments
 (0)