Blame view

Yi.Abp.Net8/module/setting-management/Yi.Framework.SettingManagement.Application/Yi.Framework.SettingManagement.Application.csproj 647 Bytes
515fceeb   “wangming”   框架初始化
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  <Project Sdk="Microsoft.NET.Sdk">
  	<Import Project="..\..\..\common.props" />
  	<PropertyGroup>
  		<TargetFramework>net8.0</TargetFramework>
  		<ImplicitUsings>enable</ImplicitUsings>
  		<Nullable>enable</Nullable>
  	</PropertyGroup>
  	<ItemGroup>
  
  		<PackageReference Include="Volo.Abp.SettingManagement.Application.Contracts" Version="$(AbpVersion)" />
  	</ItemGroup>
    <ItemGroup>
      <ProjectReference Include="..\..\..\framework\Yi.Framework.Ddd.Application\Yi.Framework.Ddd.Application.csproj" />
      <ProjectReference Include="..\Yi.Framework.SettingManagement.Domain\Yi.Framework.SettingManagement.Domain.csproj" />
    </ItemGroup>
  
  </Project>