添加项目文件。
This commit is contained in:
14
TelegramService.Bl/TelegramService.Bl.csproj
Normal file
14
TelegramService.Bl/TelegramService.Bl.csproj
Normal file
@@ -0,0 +1,14 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\TelegramService.Entity\TelegramService.Entity.csproj" />
|
||||
<ProjectReference Include="..\TelegramService.Help\TelegramService.Help.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user