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.
19 lines
677 B
19 lines
677 B
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<PropertyGroup> |
|
<OutputType>Exe</OutputType> |
|
<TargetFramework>netcoreapp2.2</TargetFramework> |
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
<ProjectReference Include="..\..\src\DotXxlJob.Core\DotXxlJob.Core.csproj" /> |
|
<ProjectReference Include="..\..\src\Hessian\Hessian.csproj" /> |
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed"> |
|
<HintPath>C:\Program Files\dotnet\sdk\NuGetFallbackFolder\newtonsoft.json\11.0.2\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath> |
|
</Reference> |
|
</ItemGroup> |
|
|
|
</Project>
|
|
|