Skip to content

Commit 861cdae

Browse files
authored
Merge pull request #62 from microsoft/fix_build
Update required SDK
2 parents 4ccce1d + e992fa0 commit 861cdae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ coverage of the managed wrapper API surface.
5656
* Include the following individual components:
5757
* **.NET Framework 4.6.1 SDK**
5858
* **C++/CLI support**
59-
* **Windows 10 SDK (10.0.18362.0)**
59+
* **Windows 10 SDK (10.0.19041.0)**
6060
* Create a folder to clone into, e.g. `C:\Repos\ProjFS-Managed`
6161
* Clone this repo into the `src` subfolder, e.g. `C:\Repos\ProjFS-Managed\src`
6262
* Run `src\scripts\BuildProjFS-Managed.bat`

scripts/BuildProjFS-Managed.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ IF NOT EXIST %nuget% (
2222
SET vswherever=2.8.4
2323
%nuget% install vswhere -Version %vswherever% -OutputDirectory %PROJFS_PACKAGESDIR% || exit /b 1
2424
SET vswhere=%PROJFS_PACKAGESDIR%\vswhere.%vswherever%\tools\vswhere.exe
25-
set WINSDK_BUILD=18362
25+
set WINSDK_BUILD=19041
2626
echo Checking for VS installation:
2727
echo %vswhere% -all -prerelease -latest -version "[16.4,17.0)" -products * -requires Microsoft.Component.MSBuild Microsoft.VisualStudio.Workload.ManagedDesktop Microsoft.VisualStudio.Workload.NativeDesktop Microsoft.VisualStudio.Workload.NetCoreTools Microsoft.VisualStudio.Component.Windows10SDK.%WINSDK_BUILD% Microsoft.VisualStudio.Component.VC.CLI.Support -property installationPath
2828
for /f "usebackq tokens=*" %%i in (`%vswhere% -all -prerelease -latest -version "[16.4,17.0)" -products * -requires Microsoft.Component.MSBuild Microsoft.VisualStudio.Workload.ManagedDesktop Microsoft.VisualStudio.Workload.NativeDesktop Microsoft.VisualStudio.Workload.NetCoreTools Microsoft.VisualStudio.Component.Windows10SDK.%WINSDK_BUILD% Microsoft.VisualStudio.Component.VC.CLI.Support -property installationPath`) do (

0 commit comments

Comments
 (0)