Files
Yi.Admin/Yi.Framework.Net6/src/framework/Yi.Framework.Data/Yi.Framework.Data.csproj

16 lines
475 B
XML
Raw Normal View History

2023-01-18 19:42:13 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2023-01-20 15:29:55 +08:00
<ItemGroup>
<ProjectReference Include="..\Yi.Framework.Core\Yi.Framework.Core.csproj" />
<ProjectReference Include="..\Yi.Framework.Ddd\Yi.Framework.Ddd.csproj" />
<ProjectReference Include="..\Yi.Framework.Uow\Yi.Framework.Uow.csproj" />
2023-01-20 15:29:55 +08:00
</ItemGroup>
2023-01-18 19:42:13 +08:00
</Project>