Call into project in .NET SDK to create deps.json files for tools instead of doing so directly
This commit is contained in:
parent
c8a6b7b97a
commit
fa51bb43fc
13 changed files with 337 additions and 195 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue