This commit is contained in:
2022-05-12 23:16:56 +03:00
parent 513d240d85
commit 3a5ef10fc3
3 changed files with 3 additions and 22 deletions

View File

@@ -1,7 +0,0 @@
namespace MyCommandsLibrary
{
public class Class1
{
}
}

View File

@@ -1,9 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>

View File

@@ -1,12 +1,9 @@
using PluginManager.Items;
using PluginManager.Online.Helpers;
using PluginManager.Online.Helpers;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
namespace PluginManager.Online