Skip to content

Commit eb5ad63

Browse files
committed
Update PlatformToolset to v143
1 parent 14d6b24 commit eb5ad63

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.vsconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Microsoft.VisualStudio.Workload.CoreEditor",
66
"Microsoft.VisualStudio.Component.VC.CoreIde",
77
"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"
8+
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
9+
"Microsoft.VisualStudio.Component.VC.ATL"
1010
]
1111
}

Spawner.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<PropertyGroup>
5555
<ConfigurationType>DynamicLibrary</ConfigurationType>
5656
<UseDebugLibraries>false</UseDebugLibraries>
57-
<PlatformToolset>v142</PlatformToolset>
57+
<PlatformToolset>v143</PlatformToolset>
5858
<CharacterSet>NotSet</CharacterSet>
5959
<XPDeprecationWarning>false</XPDeprecationWarning>
6060
</PropertyGroup>

0 commit comments

Comments
 (0)