Add project files.
This commit is contained in:
23
Singer_Hexdive/Singer_Hexdive.csproj
Normal file
23
Singer_Hexdive/Singer_Hexdive.csproj
Normal file
@ -0,0 +1,23 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.3" />
|
||||
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Interfaces\ServiceInterfaces\" />
|
||||
<Folder Include="Interfaces\RepositoryInterfaces\" />
|
||||
<Folder Include="Models\IOs\" />
|
||||
<Folder Include="Validations\" />
|
||||
<Folder Include="Services\" />
|
||||
<Folder Include="Repositories\" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
Reference in New Issue
Block a user