提交 e952f34c 编写于 作者: J Jared Parsons

Merge pull request #10014 from jaredpar/fix-sum

Build the correct name for paths
......@@ -83,7 +83,7 @@ private void AppendReferences(StringBuilder builder, string assemblyPath)
try
{
var currentPath = Path.Combine(binariesPath, Path.ChangeExtension(current.Name, "dll"));
var currentPath = Path.Combine(binariesPath, $"{current.Name}.dll");
var currentAssembly = File.Exists(currentPath)
? Assembly.ReflectionOnlyLoadFrom(currentPath)
: Assembly.ReflectionOnlyLoad(current.FullName);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册