a while back I installed Install-Package Costura.Fody
How ever, back when I installed it I used 3 .dlls, but now I no longer have use of these .dll as I changed my application around. I did delete my 3 dll's from my bin folder, and I removed them from my references. But when ever I build my project Costura.Fody will still include these .dlls. How can I change this?
Asked
Active
Viewed 657 times
0

Joakim Carlsson
- 1,540
- 5
- 19
- 42
-
Check your `packages.config` file - maybe the packages are still referenced there. – Alexander Obersht Oct 04 '15 at 15:11
-
They were not, how ever it seems to have fixed it self after a few hours and new builds being made. – Joakim Carlsson Oct 05 '15 at 05:52
1 Answers
1
After a few hours and new builds being created it seems I have fixed it self.

Joakim Carlsson
- 1,540
- 5
- 19
- 42