Replacing the commandline parser in dotnet-dependency-tool-invoker with the CliCommandLineParser.

This commit is contained in:
Livar Cunha 2017-05-09 16:09:38 -07:00
parent 2b70427fb9
commit 3a5c75b721
5 changed files with 139 additions and 137 deletions

View file

@ -16,13 +16,10 @@
<SdkNugetVersion Condition=" '$(SdkNugetVersion)' == ''">$(CliVersionPrefix)-*</SdkNugetVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\..\src\dotnet\CommandLine\*.cs;..\..\..\src\dotnet\CommonLocalizableStrings.cs;" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NuGet.Frameworks" Version="$(CLI_NuGet_Version)" />
<PackageReference Include="Microsoft.DotNet.Cli.Utils" Version="$(SdkNugetVersion)" />
<PackageReference Include="Microsoft.DotNet.Cli.CommandLine" Version="$(CliCommandLineParserVersion)" />
<PackageReference Include="System.Linq" Version="4.3.0" />
</ItemGroup>