Skip to content

Commit

Permalink
Update MSBuildLocator.cs (#270)
Browse files Browse the repository at this point in the history
Remove redundant code
  • Loading branch information
chrisdaiii authored Jan 26, 2024
1 parent 2837dc5 commit b205f6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MSBuildLocator/MSBuildLocator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ public static void RegisterMSBuildPath(string[] msbuildSearchPaths)
#if NET46
s_registeredHandler = (_, eventArgs) =>
{
var assemblyName = new AssemblyName(eventArgs.Name);
return TryLoadAssembly(new AssemblyName(eventArgs.Name));
};

Expand Down

0 comments on commit b205f6b

Please sign in to comment.