-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Updated VS workload manifests to Windows SDK 19041 #42457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please the root .vsconfig file as well
Oops, "please update" |
<!-- General properties --> | ||
|
||
<PropertyGroup> | ||
<!-- If the following line is updated ensure that the /eng/scripts/vs.17.*.json files are updated to include the same version component too. --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This, this addresses half of my internal comment
Similar lines exist in src\Installers\Windows\AspNetCoreModule-Setup\build\settings\common.props and src\Servers\IIS\AspNetCoreModuleV2\CommonLibTests\CommonLibTests.vcxproj. I think the second one is redundant but, if that one stays, they both should probably have the same comment.
|
||
<PropertyGroup> | ||
<!-- If the following line is updated ensure that the /eng/scripts/vs.17.*.json files are updated to include the same version component too. --> | ||
<IisOobWinSdkVersion Condition="'$(IisOobWinSdkVersion)' == ''">10.0.18362.0</IisOobWinSdkVersion> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
anyone know if this line is now incorrect❔
Update the vs workload manifests to match latest windows sdk version being used.