CLI Build Cleanup: Round 1 (#3869)

* dotnet-cli-build non-runnable

* Usings + License
This commit is contained in:
Piotr Puszkiewicz 2016-07-15 08:31:50 -07:00 committed by GitHub
parent a477fe7253
commit 5059e9c61b
36 changed files with 82 additions and 2110 deletions

View file

@ -1,18 +1,12 @@
using System;
using System.Collections.Generic;
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.IO;
using System.IO.Compression;
using System.Runtime.InteropServices;
using System.Net.Http;
using Microsoft.Build.Framework;
using Microsoft.Build.Utilities;
using Microsoft.DotNet.Cli.Build.Framework;
using Microsoft.DotNet.InternalAbstractions;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using static Microsoft.DotNet.Cli.Build.Framework.BuildHelpers;
namespace Microsoft.DotNet.Cli.Build
{
public class RemoveAssetFromDepsPackages : Task