This commit is contained in:
Paul Schneider 2026-02-14 17:52:01 +00:00
commit f17202e3bb
4 changed files with 20 additions and 13 deletions

View file

@ -10,10 +10,12 @@
<PackageReference Include="Microsoft.AspNetCore.Razor.Language" />
<PackageReference Include="Microsoft.Extensions.CommandLineUtils" />
<PackageReference Include="Microsoft.Extensions.Configuration" />
<PackageReference Include="Microsoft.Extensions.Hosting" />
<PackageReference Include="Microsoft.Extensions.Logging" />
<PackageReference Include="Newtonsoft.Json" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Yavsc.Abstract\Yavsc.Abstract.csproj" />
<ProjectReference Include="..\Yavsc.Server\Yavsc.Server.csproj" />
<ProjectReference Include="..\Abstract\Abstract.csproj" />
<ProjectReference Include="..\Server\Server.csproj" />
</ItemGroup>
</Project>
</Project>