fsprojects/ExcelProvider

Wrong output path

bslatner opened this issue · 1 comments

In ExcelProvider.fsproj, the tag is \bin\Debug instead of bin\Debug. i.e., there's a leading \ that probably shouldn't be there. When you compile in debug mode, it writes the output to C:\bin\Debug.

dsyme commented

This was fixed by moving to SDK-style proejct files