| commit | d51246c6621aa5025e06fcea720930ae00e6f448 | [log] [tgz] |
|---|---|---|
| author | Brad King <brad.king@kitware.com> | Wed Nov 03 14:34:58 2021 -0400 |
| committer | Brad King <brad.king@kitware.com> | Sat Nov 06 06:08:55 2021 -0400 |
| tree | 458ea119891eb6bfd12afdb1741b2493819e2096 | |
| parent | f97f8537f371daa073edce34f54743d1f261c022 [diff] |
VS: Default TargetFrameworkVersion to v4.7.2 for VS 2022 MSBuild defaults to v4.0 but VS 2022 does not install it anymore. Explicitly specify a newer framework version by default. Use a version that VS 2022 installs without selecting a separate component. Fixes: #22835