update CliCommandLine, other code changes

This commit is contained in:
Jon Sequeira 2017-03-12 15:06:34 -07:00
parent 5c4db56d3b
commit a6c2b6c9f6
11 changed files with 77 additions and 32 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-88" />
<PackageReference Include="Microsoft.DotNet.Cli.CommandLine" Version="0.1.0-alpha-92" />
</ItemGroup>
</Project>