File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 199199 </PropertyGroup >
200200 <Error Condition =" !Exists('packages\Fody.6.0.0\build\Fody.targets')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\Fody.6.0.0\build\Fody.targets'))" />
201201 <Error Condition =" !Exists('packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\Costura.Fody.4.1.0\build\Costura.Fody.props'))" />
202+ <Error Condition =" !Exists('packages/Costura./Fody.6.9.1/build/Fody.targets')" Text =" $([System.String]::Format('$(ErrorText)', 'packages/Costura./Fody.6.9.1/build/Fody.targets'))" />
202203 </Target >
204+ <Import Project =" packages/Costura./Fody.6.9.1/build/Fody.targets" Condition =" Exists('packages/Costura./Fody.6.9.1/build/Fody.targets')" />
203205</Project >
Original file line number Diff line number Diff line change 22<packages >
33 <package id =" Costura.Fody" version =" 4.1.0" targetFramework =" net48" />
44 <package id =" Extended.Wpf.Toolkit" version =" 4.6.1" targetFramework =" net481" />
5- <package id =" Fody" version =" 6.0.0 " targetFramework =" net48 " developmentDependency =" true" />
5+ <package id =" Fody" version =" 6.9.1 " targetFramework =" net481 " developmentDependency =" true" />
66</packages >
You can’t perform that action at this time.
0 commit comments