Skip to content

Commit 05ab285

Browse files
committed
Fixed an issue where the json.net dynamic strong named key wasn't being embedded
1 parent 5416e54 commit 05ab285

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/Exceptionless.Portable.Signed/project.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
"../Exceptionless.Portable/obj/"
3030
]
3131
},
32+
"embed": {
33+
"mappings": {
34+
"Exceptionless.Json.Dynamic.snk": "../Exceptionless.Portable/Json.Dynamic.snk"
35+
}
36+
},
3237
"keyFile": "../Exceptionless.snk",
3338
"nowarn": [
3439
"CS0419",

src/Exceptionless.Portable/project.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
},
2222
"buildOptions": {
2323
"compile": [ "**/*.cs", "../GlobalAssemblyInfo.cs" ],
24+
"embed": {
25+
"mappings": {
26+
"Exceptionless.Json.Dynamic.snk": "Json.Dynamic.snk"
27+
}
28+
},
2429
"warningsAsErrors": true,
2530
"nowarn": [
2631
"CS0419",

0 commit comments

Comments
 (0)