15 lines
472 B
XML
15 lines
472 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\projects\project.targets" />
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Quartz" Version="3.9.0" />
|
|
<PackageReference Include="Quartz.Extensions.Hosting" Version="3.9.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\CloudGaming.Core.EntityFramework\CloudGaming.Core.EntityFramework.csproj" />
|
|
<ProjectReference Include="..\CloudGaming.Core\CloudGaming.Core.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|