-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReservation_System.csproj
More file actions
25 lines (21 loc) · 1.07 KB
/
Reservation_System.csproj
File metadata and controls
25 lines (21 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
</ItemGroup>
<ItemGroup>
<_ContentIncludedByDefault Remove="damane\appsettings.Development.json" />
<_ContentIncludedByDefault Remove="damane\appsettings.json" />
<_ContentIncludedByDefault Remove="damane\obj\damane.csproj.nuget.dgspec.json" />
<_ContentIncludedByDefault Remove="damane\obj\project.assets.json" />
<_ContentIncludedByDefault Remove="damane\obj\project.packagespec.json" />
<_ContentIncludedByDefault Remove="damane\Properties\launchSettings.json" />
<_ContentIncludedByDefault Remove="Domain\obj\Domain.csproj.nuget.dgspec.json" />
<_ContentIncludedByDefault Remove="Domain\obj\project.assets.json" />
</ItemGroup>
</Project>