using submodules instead of nuget packages

This commit is contained in:
2022-11-17 18:54:25 +06:00
parent f3b620756d
commit 952e4f290c
2 changed files with 3 additions and 4 deletions

View File

@@ -11,9 +11,8 @@
<ProjectReference Include="..\DTLib\DTLib.Dtsod\DTLib.Dtsod.csproj" />
<ProjectReference Include="..\DTLib\DTLib\DTLib.csproj" />
<ProjectReference Include="..\VkNet.AudioBypass\VkNet.AudioBypassService\VkNet.AudioBypassService.csproj" />
<!--ProjectReference Include="..\vknet\VkNet.Generators\VkNet.Generators.csproj" />
<ProjectReference Include="..\vknet\VkNet\VkNet.csproj" /!-->
<PackageReference Include="VkNet" Version="1.72.0" />
<ProjectReference Include="..\vknet\VkNet.Generators\VkNet.Generators.csproj" />
<ProjectReference Include="..\vknet\VkNet\VkNet.csproj" />
</ItemGroup>
</Project>