1234567891011121314151617 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netstandard2.1</TargetFramework>
- <Nullable>enable</Nullable>
- </PropertyGroup>
- <ItemGroup>
- <None Remove="Services\HomeService\Dtos\zwvsybvn.irv~" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\ProductionLineMonitor.Core\ProductionLineMonitor.Core.csproj" />
- <ProjectReference Include="..\ProductionLineMonitor.EntityFramework\ProductionLineMonitor.EntityFramework.csproj" />
- </ItemGroup>
- </Project>
|