Skip to content
Snippets Groups Projects
Commit af8ae2c3 authored by Anduin Xue's avatar Anduin Xue
Browse files

Correct namespace.

parent 0bc6ed43
No related branches found
No related tags found
No related merge requests found
using Aiursoft.Parser.Abstracts; using Aiursoft.Parser.Core.Abstracts;
using System.CommandLine; using System.CommandLine;
namespace Aiursoft.Parser.Core.Framework; namespace Aiursoft.Parser.Core.Framework;
......
using System.CommandLine; using System.CommandLine;
using Aiursoft.Parser.Abstracts; using Aiursoft.Parser.Core.Abstracts;
using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging; using Microsoft.Extensions.Logging;
......
...@@ -16,8 +16,4 @@ ...@@ -16,8 +16,4 @@
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" /> <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" /> <PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Folder Include="Abstracts\" />
</ItemGroup>
</Project> </Project>
using Aiursoft.Parser.Abstracts; using Aiursoft.Parser.Core.Abstracts;
using Aiursoft.Parser.FFmpeg.Services; using Aiursoft.Parser.FFmpeg.Services;
using Microsoft.Extensions.Logging; using Microsoft.Extensions.Logging;
......
using Aiursoft.Parser.Abstracts; using Aiursoft.Parser.Core.Abstracts;
using Aiursoft.Parser.Core.Framework; using Aiursoft.Parser.Core.Framework;
namespace Aiursoft.Parser.FFmpeg; namespace Aiursoft.Parser.FFmpeg;
......
using Aiursoft.Parser.Abstracts; using Aiursoft.Parser.Core.Abstracts;
using Aiursoft.Parser.FFmpeg.Services; using Aiursoft.Parser.FFmpeg.Services;
using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment