| 1234567891011121314151617 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netcoreapp2.2</TargetFramework>
- </PropertyGroup>
- <ItemGroup>
- <Compile Remove="ISys_FunctionRepository.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\System.Common\System.Common.csproj" />
- <ProjectReference Include="..\System.Model\System.Model.csproj" />
- </ItemGroup>
- </Project>
|