Skip to content

Commit

Permalink
Merge pull request #62 from microsoft/fix_build
Browse files Browse the repository at this point in the history
Update required SDK
  • Loading branch information
cgallred authored Apr 27, 2021
2 parents 4ccce1d + e992fa0 commit 861cdae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ coverage of the managed wrapper API surface.
* Include the following individual components:
* **.NET Framework 4.6.1 SDK**
* **C++/CLI support**
* **Windows 10 SDK (10.0.18362.0)**
* **Windows 10 SDK (10.0.19041.0)**
* Create a folder to clone into, e.g. `C:\Repos\ProjFS-Managed`
* Clone this repo into the `src` subfolder, e.g. `C:\Repos\ProjFS-Managed\src`
* Run `src\scripts\BuildProjFS-Managed.bat`
Expand Down
2 changes: 1 addition & 1 deletion scripts/BuildProjFS-Managed.bat
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ IF NOT EXIST %nuget% (
SET vswherever=2.8.4
%nuget% install vswhere -Version %vswherever% -OutputDirectory %PROJFS_PACKAGESDIR% || exit /b 1
SET vswhere=%PROJFS_PACKAGESDIR%\vswhere.%vswherever%\tools\vswhere.exe
set WINSDK_BUILD=18362
set WINSDK_BUILD=19041
echo Checking for VS installation:
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
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 (
Expand Down

0 comments on commit 861cdae

Please sign in to comment.