revert subcommand change, align CliCommandLine versions

This commit is contained in:
Jon Sequeira 2017-03-06 16:34:05 -08:00
parent 6b66db7436
commit 0094fd4e08
3 changed files with 48 additions and 28 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-67,)" />
<PackageReference Include="Microsoft.DotNet.Cli.CommandLine" Version="[0.1.0-alpha-74,)" />
</ItemGroup>
</Project>