Skip to content

Commit 10a4fdb

Browse files
author
Kapil Borle
committed
Make net451 PDBs portable type
1 parent d745aa0 commit 10a4fdb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Engine/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"Strings.Designer.Core.cs",
3232
"Strings.Designer.cs"
3333
]
34-
}
34+
},
35+
"debugType": "portable"
3536
}
3637
},
3738
"netstandard1.6": {

Rules/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"Strings.Designer.Core.cs",
3434
"Strings.Designer.cs"
3535
]
36-
}
36+
},
37+
"debugType": "portable"
3738
}
3839
},
3940
"netstandard1.6": {

0 commit comments

Comments
 (0)