ravibpatel/AutoUpdater.NET

使用Costura.Fody压缩后的wpf应用,无法使用AutoUpdater

Opened this issue · 3 comments

使用Costura.Fody压缩后的wpf应用,无法使用AutoUpdater

AutoUpdater,cs--->721行:if (updateForm.ShowDialog(_owner).Equals(DialogResult.OK))

提示不支持次平台

经过测试:
FodyWeavers.xml配置文件里必须设置 UseRuntimeReferencePaths='true',不能设置为false

经过测试: FodyWeavers.xml配置文件里必须设置 UseRuntimeReferencePaths='true',不能设置为false
这样就可以提示下载了

Which .NET version are you using?