[CHANGE] Preparing YouTubeClient

This commit is contained in:
max
2025-08-18 15:53:01 +02:00
parent 4df0064978
commit 9789c5f535
2 changed files with 6 additions and 4 deletions

View File

@@ -6,8 +6,4 @@
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Manager.Shared\Manager.Shared.csproj" />
</ItemGroup>
</Project> </Project>

View File

@@ -0,0 +1,6 @@
namespace Manager.YouTube;
public sealed class YouTubeClient
{
}