Initial Comit
This commit is contained in:
22
EDOOKAAPI/EDOOKAAPI.csproj
Normal file
22
EDOOKAAPI/EDOOKAAPI.csproj
Normal file
@@ -0,0 +1,22 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
|
||||
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Database\EDOKA_Database.csproj" />
|
||||
<ProjectReference Include="..\DOCGEN\DOCGEN.csproj" />
|
||||
<ProjectReference Include="..\EDOKA_Logging\EDOKA_Logging.csproj" />
|
||||
<ProjectReference Include="..\Helper\Helper.csproj" />
|
||||
<ProjectReference Include="..\Model\Model.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user