update Microsoft.DotNet.Cli.CommandLineParser version for more selective option splitting

This commit is contained in:
jonsequitur 2017-03-23 16:40:43 -07:00
parent 960b3808ee
commit abfb877c5d
4 changed files with 10 additions and 2 deletions

View file

@ -42,6 +42,6 @@
<PackageReference Include="xunit" Version="2.2.0-beta4-build3444" />
<PackageReference Include="xunit.netcore.extensions" Version="1.0.0-prerelease-00206" />
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="$(PlatformAbstractionsVersion)" />
<PackageReference Include="Microsoft.DotNet.Cli.CommandLine" Version="0.1.0-alpha-120" />
<PackageReference Include="Microsoft.DotNet.Cli.CommandLine" Version="0.1.0-alpha-125" />
</ItemGroup>
</Project>