Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dnenov committed Nov 13, 2023
1 parent 7cf3df8 commit 423691f
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Text.RegularExpressions;
using System.Windows;
using System.Windows.Forms;
Expand All @@ -26,8 +27,6 @@
using Double = System.Double;
using NotificationObject = Dynamo.Core.NotificationObject;
using String = System.String;
using Prism.Commands;
using System.Runtime.InteropServices;

namespace Dynamo.PackageManager
{
Expand Down Expand Up @@ -882,10 +881,6 @@ private static MetadataLoadContext SharedPublishLoadContext
}
}


#endregion


private string _rootFolder;
/// <summary>
/// The publish folder for the current package
Expand Down

0 comments on commit 423691f

Please sign in to comment.