File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 " Roslyn.Compilers.CSharp" = " 1.2.20906.2" ;
1515 }
1616
17- $dependencies.GetEnumerator () | % { . $ nuget install $_.Name - version $_.Value - o $nugetPath }
17+ $dependencies.GetEnumerator () | % { & nuget install $_.Name - version $_.Value - o $nugetPath }
1818
1919 Get-ChildItem $nugetPath - Filter " *.dll" - Recurse | % { Copy-Item $_.FullName $binPath - Force }
2020 Remove-Item $nugetPath - Recurse - Force
Original file line number Diff line number Diff line change 1313 <frameworkAssemblies >
1414 <frameworkAssembly assemblyName =" System.ComponentModel.Composition" targetFramework =" net45" />
1515 </frameworkAssemblies >
16+ <dependencies >
17+ <dependency id =" NuGet.CommandLine" version =" 2.5.0" />
18+ </dependencies >
1619 </metadata >
1720 <files >
1821 <file src =" Properties\chocolateyInstall.ps1" target =" tools" />
1922 <file src =" Properties\chocolateyUninstall.ps1" target =" tools" />
2023 <file src =" bin\$configuration$\scriptcs.exe" target =" tools/scriptcs" />
24+ <file src =" bin\$configuration$\scriptcs.exe.config" target =" tools/scriptcs" />
2125 <file src =" bin\$configuration$\*.dll" target =" tools/scriptcs" />
2226 <file src =" bin\$configuration$\*.pdb" target =" tools/scriptcs" />
2327 </files >
You can’t perform that action at this time.
0 commit comments