File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ jobs:
4444 - platform : windows-x64
4545 os : windows-latest
4646 conan_profiles : ' ["msvc-x64"]'
47- conan_options : -o "&:target_pre_windows10=True"
47+ conan_options : -o "&:target_pre_windows10=True" -c tools.microsoft.msbuild:vs_version=17
4848 - platform : windows-x86
4949 os : windows-latest
5050 conan_profiles : ' ["msvc-x86"]'
51- conan_options : -o "&:target_pre_windows10=True"
51+ conan_options : -o "&:target_pre_windows10=True" -c tools.microsoft.msbuild:vs_version=17
5252 - platform : windows-arm64
5353 os : windows-11-arm
5454 conan_profiles : ' ["msvc-arm64"]'
Original file line number Diff line number Diff line change 11include(msvc)
22
3+ [settings]
4+ compiler.version=192
5+ compiler.update=9
6+
37[conf]
48# https://walbourn.github.io/a-brief-history-of-windows-sdks/
59# https://learn.microsoft.com/en-us/cpp/porting/modifying-winver-and-win32-winnt
You can’t perform that action at this time.
0 commit comments