TG.WXCRM.V4/NetCore.ServiceQu/NetCore.ServiceQu.csproj

13 lines
258 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Quartz" Version="3.1.0" />
</ItemGroup>
</Project>