Update Fody

This commit is contained in:
StudentBlake 2018-09-13 14:57:03 -04:00
parent 4fe5021c91
commit ad13a76d50
2 changed files with 3 additions and 3 deletions

View file

@ -94,8 +94,8 @@
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('packages\Costura.Fody.3.1.0\build\Costura.Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Costura.Fody.3.1.0\build\Costura.Fody.targets'))" />
<Error Condition="!Exists('packages\Fody.3.2.0\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Fody.3.2.0\build\Fody.targets'))" />
<Error Condition="!Exists('packages\Fody.3.2.2\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Fody.3.2.2\build\Fody.targets'))" />
</Target>
<Import Project="packages\Costura.Fody.3.1.0\build\Costura.Fody.targets" Condition="Exists('packages\Costura.Fody.3.1.0\build\Costura.Fody.targets')" />
<Import Project="packages\Fody.3.2.0\build\Fody.targets" Condition="Exists('packages\Fody.3.2.0\build\Fody.targets')" />
<Import Project="packages\Fody.3.2.2\build\Fody.targets" Condition="Exists('packages\Fody.3.2.2\build\Fody.targets')" />
</Project>

View file

@ -2,5 +2,5 @@
<packages>
<package id="Be.Windows.Forms.HexBox" version="1.6.1" targetFramework="net461" />
<package id="Costura.Fody" version="3.1.0" targetFramework="net461" />
<package id="Fody" version="3.2.0" targetFramework="net461" developmentDependency="true" />
<package id="Fody" version="3.2.2" targetFramework="net461" developmentDependency="true" />
</packages>