From d5d1246c468a1986489205e040aee9688b8a81c0 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Fri, 1 Jun 2018 17:16:43 -0700 Subject: [PATCH] Fixup bad changes from merge --- build/tasks/ProjectModel/SolutionInfo.cs | 2 -- .../dotnet-deb-tool-consumer/dotnet-deb-tool-consumer.csproj | 2 -- 2 files changed, 4 deletions(-) diff --git a/build/tasks/ProjectModel/SolutionInfo.cs b/build/tasks/ProjectModel/SolutionInfo.cs index 1085ccf105..21af5e5291 100644 --- a/build/tasks/ProjectModel/SolutionInfo.cs +++ b/build/tasks/ProjectModel/SolutionInfo.cs @@ -21,7 +21,6 @@ namespace RepoTasks.ProjectModel throw new ArgumentException(nameof(configName)); } - Directory = Path.GetDirectoryName(fullPath); FullPath = fullPath; Directory = Path.GetDirectoryName(fullPath); ConfigName = configName; @@ -35,7 +34,6 @@ namespace RepoTasks.ProjectModel } } - public string Directory { get; } public string FullPath { get; } public string Directory { get; } public string ConfigName { get; } diff --git a/build/tools/dotnet-deb-tool-consumer/dotnet-deb-tool-consumer.csproj b/build/tools/dotnet-deb-tool-consumer/dotnet-deb-tool-consumer.csproj index 1db0d022dc..d2fa226fc4 100644 --- a/build/tools/dotnet-deb-tool-consumer/dotnet-deb-tool-consumer.csproj +++ b/build/tools/dotnet-deb-tool-consumer/dotnet-deb-tool-consumer.csproj @@ -1,7 +1,5 @@  - - netcoreapp2.0 $(RestoreSources);https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json