Fixup bad changes from merge
This commit is contained in:
parent
d418981924
commit
d5d1246c46
|
|
@ -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; }
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue