Files
Yi.Admin/Yi.Framework.Net6/test/Yi.Framework.Web/Yi.Framework.Web.csproj

16 lines
541 B
XML
Raw Normal View History

2023-01-11 15:05:31 +08:00
<Project Sdk="Microsoft.NET.Sdk.Web">
2021-10-20 18:03:43 +08:00
<PropertyGroup>
2021-12-25 14:50:54 +08:00
<TargetFramework>net6.0</TargetFramework>
2023-01-11 11:10:59 +08:00
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
2021-10-20 18:03:43 +08:00
</PropertyGroup>
<ItemGroup>
2023-01-16 23:05:01 +08:00
<ProjectReference Include="..\..\src\framework\Yi.Framework.Core.Autofac\Yi.Framework.Core.Autofac.csproj" />
2023-01-11 15:05:31 +08:00
<ProjectReference Include="..\Yi.Framework.Application\Yi.Framework.Application.csproj" />
<ProjectReference Include="..\Yi.Framework.Sqlsugar\Yi.Framework.Sqlsugar.csproj" />
2023-01-11 11:10:59 +08:00
</ItemGroup>
2021-10-20 18:03:43 +08:00
</Project>