We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d6b24 commit eb5ad63Copy full SHA for eb5ad63
2 files changed
.vsconfig
@@ -5,7 +5,7 @@
5
"Microsoft.VisualStudio.Workload.CoreEditor",
6
"Microsoft.VisualStudio.Component.VC.CoreIde",
7
"Microsoft.VisualStudio.Component.Windows10SDK.20348",
8
- "Microsoft.VisualStudio.Component.VC.14.29.16.11.x86.x64",
9
- "Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL"
+ "Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
+ "Microsoft.VisualStudio.Component.VC.ATL"
10
]
11
}
Spawner.props
@@ -54,7 +54,7 @@
54
<PropertyGroup>
55
<ConfigurationType>DynamicLibrary</ConfigurationType>
56
<UseDebugLibraries>false</UseDebugLibraries>
57
- <PlatformToolset>v142</PlatformToolset>
+ <PlatformToolset>v143</PlatformToolset>
58
<CharacterSet>NotSet</CharacterSet>
59
<XPDeprecationWarning>false</XPDeprecationWarning>
60
</PropertyGroup>
0 commit comments