Blame view

netcore/src/Modularity/System/NCC.System.Interfaces/NCC.System.Interfaces.csproj 549 Bytes
96009bc9   hexiaodong   hxd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  <Project Sdk="Microsoft.NET.Sdk">
  
    <PropertyGroup>
      <TargetFramework>net6.0</TargetFramework>
    </PropertyGroup>
  
    <ItemGroup>
      <ProjectReference Include="..\..\Message\NCC.Message.Entitys\NCC.Message.Entitys.csproj" />
      <ProjectReference Include="..\..\VisualData\NCC.VisualData.Entitys\NCC.VisualData.Entitys.csproj" />
      <ProjectReference Include="..\..\VisualDev\NCC.VisualDev.Entitys\NCC.VisualDev.Entitys.csproj" />
      <ProjectReference Include="..\NCC.System.Entitys\NCC.System.Entitys.csproj" />
    </ItemGroup>
  
  </Project>