Files
juipnet/Infrastructure/ServiceClient/ScheduledTaskClient/ScheduledTaskClient.csproj

12 lines
272 B
XML
Raw Normal View History

2024-04-10 13:55:27 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Etor.Infrastructure\Etor.Infrastructure.csproj" />
</ItemGroup>
</Project>