添加项目文件。
This commit is contained in:
7
Print.Forum.Domain/ForumDomainModule.cs
Normal file
7
Print.Forum.Domain/ForumDomainModule.cs
Normal file
@ -0,0 +1,7 @@
|
||||
using Volo.Abp.Modularity;
|
||||
|
||||
namespace Print.Forum.Domain;
|
||||
|
||||
public class ForumDomainModule : AbpModule
|
||||
{
|
||||
}
|
13
Print.Forum.Domain/Print.Forum.Domain.csproj
Normal file
13
Print.Forum.Domain/Print.Forum.Domain.csproj
Normal file
@ -0,0 +1,13 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Volo.Abp.Ddd.Domain" Version="8.1.1" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
Reference in New Issue
Block a user