File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<configuration >
33 <startup >
4- <supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.8.1" />
4+ <supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.8.1" />
55 </startup >
6+ <runtime />
67</configuration >
Original file line number Diff line number Diff line change 194194 </PropertyGroup >
195195 <Error Condition =" !Exists('packages\Fody.6.0.0\build\Fody.targets')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\Fody.6.0.0\build\Fody.targets'))" />
196196 <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'))" />
197+ <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'))" />
197198 </Target >
199+ <Import Project =" packages/Costura./Fody.6.9.1/build/Fody.targets" Condition =" Exists('packages/Costura./Fody.6.9.1/build/Fody.targets')" />
198200</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.0.1" targetFramework =" net48" />
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