Remove csv deps
This commit is contained in:
parent
c617ee1d80
commit
c8a632bac1
10 changed files with 2 additions and 52 deletions
|
@ -265,7 +265,6 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
|
||||
// Rename the .deps file
|
||||
var destinationDeps = Path.Combine(SharedFrameworkNameAndVersionRoot, $"{SharedFrameworkName}.deps.json");
|
||||
File.Move(Path.Combine(SharedFrameworkNameAndVersionRoot, "framework.deps"), Path.Combine(SharedFrameworkNameAndVersionRoot, $"{SharedFrameworkName}.deps"));
|
||||
File.Move(Path.Combine(SharedFrameworkNameAndVersionRoot, "framework.deps.json"), destinationDeps);
|
||||
|
||||
// Generate RID fallback graph
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue