Fixing a bug I had in the Muxer where I was going to high in the folder structure and missing the version part of it.
This commit is contained in:
parent
d5f7efbe86
commit
99f30b3ea8
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ namespace Microsoft.DotNet.Cli.Utils
|
|||
{
|
||||
get
|
||||
{
|
||||
var depsFile = new FileInfo(Path.GetDirectoryName(GetDataFromAppDomain("FX_DEPS_FILE")));
|
||||
var depsFile = new FileInfo(GetDataFromAppDomain("FX_DEPS_FILE"));
|
||||
return depsFile.Directory.Name;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue