coderafk

Results 1 comments of coderafk

Hello Oleg, we currently use the MajorUpgrade element as follows: ``` project.MajorUpgrade = new MajorUpgrade { Schedule = UpgradeSchedule.afterInstallValidate, AllowDowngrades = true }; ``` However, the problem is that the...