Added missing dlls and Costura.Fody for dll embeding

This commit is contained in:
gardient
2015-08-29 00:36:51 +03:00
parent ff2456d32f
commit 808d9dc7e5
7 changed files with 80 additions and 19 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Costura.Fody" version="1.3.3.0" targetFramework="net451" developmentDependency="true" />
<package id="Fody" version="1.28.3" targetFramework="net451" developmentDependency="true" />
</packages>