Files
juipnet/Infrastructure/ServiceClient/ScheduledTaskClient/ScheduledTaskClient.csproj
wanyongkang d318014316 初始提交
2020-10-07 20:25:03 +08:00

12 lines
283 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Etor.Infrastructure\Etor.Infrastructure.csproj" />
</ItemGroup>
</Project>