Fixup bad changes from merge

This commit is contained in:
Nate McMaster 2018-06-01 17:16:43 -07:00
parent d418981924
commit d5d1246c46
No known key found for this signature in database
GPG Key ID: A778D9601BD78810
2 changed files with 0 additions and 4 deletions

View File

@ -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; }

View File

@ -1,7 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\sources.props" />
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RestoreSources>$(RestoreSources);https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json</RestoreSources>