forked from dotnet/aspnetcore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update InstallVisualStudio.ps1 to support VS2022 preview (dotnet#34401)
* Update InstallVisualStudio.ps1 to support VS2022 preview * Update eng/scripts/InstallVisualStudio.ps1 Co-authored-by: Doug Bunting <[email protected]> * Remove Windows 10 SDK component from global.json * PR feedback * Update vs.buildtools.json for VS2022 * Create vs.16.buildtools.json * Demo a .vcxproj change - this should work 😺 - suggest duplicating this in the other .vcxproj files if I'm right * Make native projects toolset version conditional for VS2022 support Co-authored-by: Doug Bunting <[email protected]>
- Loading branch information
1 parent
57ecf81
commit 9217656
Showing
17 changed files
with
139 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"channelUri": "https://aka.ms/vs/17/pre/channel", | ||
"channelId": "VisualStudio.17.Preview", | ||
"includeRecommended": false, | ||
"addProductLang": [ | ||
"en-US" | ||
], | ||
"add": [ | ||
"Microsoft.Net.Component.4.6.1.TargetingPack", | ||
"Microsoft.Net.Component.4.7.2.SDK", | ||
"Microsoft.Net.Component.4.7.2.TargetingPack", | ||
"Microsoft.VisualStudio.Component.FSharp.MSBuild", | ||
"Microsoft.VisualStudio.Component.NuGet", | ||
"Microsoft.VisualStudio.Component.NuGet.BuildTools", | ||
"Microsoft.VisualStudio.Component.VC.ATL", | ||
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64", | ||
"Microsoft.VisualStudio.Component.Windows10SDK.18362", | ||
"Microsoft.VisualStudio.Workload.ManagedDesktopBuildTools", | ||
"Microsoft.VisualStudio.Workload.MSBuildTools", | ||
"Microsoft.VisualStudio.Workload.NetCoreBuildTools", | ||
"Microsoft.VisualStudio.Workload.VCTools", | ||
"Microsoft.VisualStudio.Workload.VisualStudioExtensionBuildTools", | ||
"Microsoft.VisualStudio.Workload.WebBuildTools" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"channelUri": "https://aka.ms/vs/17/pre/channel", | ||
"channelId": "VisualStudio.17.Preview", | ||
"includeRecommended": false, | ||
"addProductLang": [ | ||
"en-US" | ||
], | ||
"add": [ | ||
"Microsoft.Net.Component.4.6.1.TargetingPack", | ||
"Microsoft.Net.Component.4.7.2.SDK", | ||
"Microsoft.Net.Component.4.7.2.TargetingPack", | ||
"Microsoft.VisualStudio.Component.VC.ATL", | ||
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64", | ||
"Microsoft.VisualStudio.Component.Windows10SDK.18362", | ||
"Microsoft.VisualStudio.Workload.ManagedDesktop", | ||
"Microsoft.VisualStudio.Workload.NativeDesktop", | ||
"Microsoft.VisualStudio.Workload.NetWeb", | ||
"Microsoft.VisualStudio.Workload.VisualStudioExtension" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.