You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
625 B
23 lines
625 B
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<PropertyGroup> |
|
<OutputType>Exe</OutputType> |
|
<TargetFramework>netcoreapp2.2</TargetFramework> |
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" /> |
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
<ProjectReference Include="..\..\src\DotXxlJob.Core\DotXxlJob.Core.csproj" /> |
|
<ProjectReference Include="..\..\src\Hessian\Hessian.csproj" /> |
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
<None Update="run.dat"> |
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
</None> |
|
</ItemGroup> |
|
|
|
</Project>
|
|
|