Packages update

This commit is contained in:
JustArchi
2017-05-17 02:36:49 +02:00
parent 17b742b6aa
commit 5b60fd59df
46 changed files with 18 additions and 17 deletions

3
packages/Fody.2.0.8/Tools/install.ps1 vendored Normal file
View File

@@ -0,0 +1,3 @@
param($installPath, $toolsPath, $package, $project)
$item = $project.ProjectItems | where-object {$_.Name -eq "FodyWeavers.xml"}
$item.Properties.Item("BuildAction").Value = [int]0