We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f71b4d2 commit c173b79Copy full SHA for c173b79
1 file changed
scripts/BuildProjFS-Managed.bat
@@ -45,6 +45,7 @@ call "%VsDir%\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
45
46
:: Restore all dependencies and run the build.
47
pushd "%PROJFS_SRCDIR%"
48
+%nuget% install Microsoft.NETFramework.ReferenceAssemblies.net461 -Version 1.0.2 -OutputDirectory %PROJFS_PACKAGESDIR%
49
msbuild /t:Restore ProjectedFSLib.Managed.sln
50
msbuild ProjectedFSLib.Managed.sln /p:ProjFSManagedVersion=%ProjFSManagedVersion% /p:Configuration=%SolutionConfiguration% /p:Platform=x64 || exit /b 1
51
popd
0 commit comments