Skip to content

Commit dfae328

Browse files
committed
Fixed a compiler issue with portable.signed.
1 parent 9289e2a commit dfae328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exceptionless.Portable.Signed/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
"netstandard1.5": {
192192
"buildOptions": {
193193
"debugType": "portable",
194-
"define": [ "NO_SQL_CLIENT", "NETSTANDARD", "NETSTANDARD1_5" ]
194+
"define": [ "SIGNED", "NO_SQL_CLIENT", "NETSTANDARD", "NETSTANDARD1_5" ]
195195
},
196196
"dependencies": {
197197
"Microsoft.CSharp": "4.0.1-rc2-24027",

0 commit comments

Comments
 (0)