Fixed project rename

This commit is contained in:
Alex Macocian
2019-04-16 20:33:18 +02:00
parent 5cef7de578
commit 8a4f0344e2
5 changed files with 13 additions and 9 deletions
@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PriorityThreadPool.Collections
namespace SystemExtensions.Collections
{
public class PriorityQueue<T>
{