forked from gongxuegit/tiku-backend.net
chore: initialize backend solution
This commit is contained in:
6
Tiku.Application/Class1.cs
Normal file
6
Tiku.Application/Class1.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Tiku.Application;
|
||||
|
||||
public class Class1
|
||||
{
|
||||
|
||||
}
|
||||
13
Tiku.Application/Tiku.Application.csproj
Normal file
13
Tiku.Application/Tiku.Application.csproj
Normal file
@@ -0,0 +1,13 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Tiku.Domain\Tiku.Domain.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user