Updating the SDK version to the latest.
This commit is contained in:
parent
b7ac730a7f
commit
368d7a19af
12 changed files with 13 additions and 13 deletions
|
@ -23,7 +23,7 @@ namespace Microsoft.DotNet.Cli.Utils
|
|||
{
|
||||
return _project
|
||||
.AllEvaluatedProperties
|
||||
.FirstOrDefault(p => p.Name.Equals("_ProjectDepsFilePath"))
|
||||
.FirstOrDefault(p => p.Name.Equals("ProjectDepsFilePath"))
|
||||
.EvaluatedValue;
|
||||
}
|
||||
}
|
||||
|
@ -34,7 +34,7 @@ namespace Microsoft.DotNet.Cli.Utils
|
|||
{
|
||||
return _project
|
||||
.AllEvaluatedProperties
|
||||
.FirstOrDefault(p => p.Name.Equals("_ProjectRuntimeConfigFilePath"))
|
||||
.FirstOrDefault(p => p.Name.Equals("ProjectRuntimeConfigFilePath"))
|
||||
.EvaluatedValue;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue