12345678910111213141516171819 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netcoreapp3.1</TargetFramework>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="Quartz" Version="3.0.7" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\YiSha.Entity\YiSha.Entity\YiSha.Entity.csproj" />
- <ProjectReference Include="..\..\YiSha.Util\YiSha.Util\YiSha.Util.csproj" />
- <ProjectReference Include="..\YiSha.Business\YiSha.Business.csproj" />
- <ProjectReference Include="..\YiSha.Service\YiSha.Service.csproj" />
- </ItemGroup>
- </Project>
|