Skip to content

Commit 768e734

Browse files
author
Kapil Borle
committed
Make netstandard1.6 pdb portable type
1 parent 88da14b commit 768e734

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
@@ -45,7 +45,8 @@
4545
"Strings.Designer.Core.cs",
4646
"Commands/GetScriptAnalyzerLoggerCommand.cs"
4747
]
48-
}
48+
},
49+
"debugType": "portable"
4950
}
5051
}
5152
}

Rules/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
"Strings.Designer.Core.cs",
4747
"UseSingularNouns.cs"
4848
]
49-
}
49+
},
50+
"debugType": "portable"
5051
},
5152
"dependencies": {
5253
"Microsoft.NETCore.App": {

0 commit comments

Comments
 (0)