ningshuxia
2024-06-18 e83dca6e861b622b54d3392ca0d3f1f1eb69f7c9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project Sdk="Microsoft.NET.Sdk">
 
    <PropertyGroup>
        <OutputType>Exe</OutputType>
        <TargetFramework>net6.0</TargetFramework>
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>disable</Nullable>
    </PropertyGroup>
 
    <ItemGroup>
      <Compile Remove="01-validation\MonitorRealRecordCacheHelper.cs" />
    </ItemGroup>
 
    <ItemGroup>
      <PackageReference Include="Yw.Quartz.Core" Version="3.0.0" />
    </ItemGroup>
 
    <ItemGroup>
      <ProjectReference Include="..\IStation.Dto\IStation.Dto.csproj" />
      <ProjectReference Include="..\IStation.Service\IStation.Service.csproj" />
    </ItemGroup>
 
</Project>