Skip to content

Commit 27b17b3

Browse files
author
yerudako
committed
Revert c173b79.
1 parent 8eae2dd commit 27b17b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/BuildProjFS-Managed.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ call "%VsDir%\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
4545

4646
:: Restore all dependencies and run the build.
4747
pushd "%PROJFS_SRCDIR%"
48-
%nuget% install Microsoft.NETFramework.ReferenceAssemblies.net461 -Version 1.0.2 -OutputDirectory %PROJFS_PACKAGESDIR%
4948
msbuild /t:Restore ProjectedFSLib.Managed.sln
5049
msbuild ProjectedFSLib.Managed.sln /p:ProjFSManagedVersion=%ProjFSManagedVersion% /p:Configuration=%SolutionConfiguration% /p:Platform=x64 || exit /b 1
5150
popd

0 commit comments

Comments
 (0)