This commit is contained in:
2026-02-01 13:57:36 +01:00
parent 94b0379e98
commit 525ab5c41e
11 changed files with 533 additions and 95 deletions

View File

@@ -9,4 +9,15 @@
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<PropertyGroup>
<RootNamespace>Marro.VRChatYouTubeWorkaround</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.2" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.2" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="10.0.2" />
<PackageReference Include="YoutubeDLSharp" Version="1.2.0" />
</ItemGroup>
</Project>