Fix wrapped project paht resolution
This commit is contained in:
parent
7407a898e0
commit
1bfd7725b0
11 changed files with 125 additions and 3 deletions
|
@ -0,0 +1 @@
|
|||
noautobuild
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>TestLibraryWithConfiguration</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="M:TestLibrary.Helper.GetMessage">
|
||||
<summary>
|
||||
Gets the message from the helper. This comment is here to help test XML documentation file generation, please do not remove it.
|
||||
</summary>
|
||||
<returns>A message</returns>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"frameworks": {
|
||||
"dnxcore50": {
|
||||
"bin": {
|
||||
"assembly": "bin\\{configuration}\\dnxcore50\\TestLibrary.dll",
|
||||
"pdb": "bin\\{configuration}\\dnxcore50\\TestLibrary.pdb"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue