adminsystem/adminsystem.Web/adminsystem.Web.csproj

25 lines
761 B
XML
Raw Normal View History

2024-05-10 11:47:35 +08:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.2" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\adminsystem.Data\adminsystem.Data.csproj" />
<ProjectReference Include="..\adminsystem.Entity\adminsystem.Entity.csproj" />
<ProjectReference Include="..\adminsystem.Services\adminsystem.Services.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Controllers\" />
</ItemGroup>
</Project>