Call into project in .NET SDK to create deps.json files for tools instead of doing so directly

This commit is contained in:
Daniel Plaisted 2017-04-18 18:48:53 -07:00
parent c8a6b7b97a
commit fa51bb43fc
13 changed files with 337 additions and 195 deletions

View file

@ -5,6 +5,7 @@ using System;
using System.Collections.Generic;
using System.IO;
using Microsoft.DotNet.Cli;
using Microsoft.DotNet.Cli.Utils;
namespace Microsoft.DotNet.Tools
{