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

Commit ae478c8

Browse files
committed
fix SL5 build error
1 parent 392c198 commit ae478c8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/ServiceStack.Text/project.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@
7272
"System.Dynamic.Runtime": "4.0.0",
7373
"Microsoft.CSharp": "4.0.0"
7474
}
75+
},
76+
"Silverlight,Version=v5.0": {
77+
"buildOptions": {
78+
"define": [
79+
"SL5"
80+
]
81+
}
7582
}
7683
},
7784
"version": "1.0.0"

0 commit comments

Comments
 (0)