This repository has been archived by the owner on Jan 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
itec-mobile-api-final.csproj
36 lines (30 loc) · 1.66 KB
/
itec-mobile-api-final.csproj
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
26
27
28
29
30
31
32
33
34
35
36
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<UserSecretsId>aspnet-itec_mobile_api_final-7FA8C7C9-AC07-4EFB-85CB-B8AC479B7C21</UserSecretsId>
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
<RootNamespace>itec_mobile_api_final</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DocumentationFile>bin\Debug\itec-mobile-api-final.xml</DocumentationFile>
<NoWarn>$(NoWarn);1591</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DocumentationFile>bin\Release\itec-mobile-api-final.xml</DocumentationFile>
<NoWarn>$(NoWarn);1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.2.0" PrivateAssets="All" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="2.2.6" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="4.0.1" />
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="4.0.1" />
</ItemGroup>
<ItemGroup>
<_ContentIncludedByDefault Remove="app\bin\web.config" />
<_ContentIncludedByDefault Remove="app\bin\appsettings.Development.json" />
<_ContentIncludedByDefault Remove="app\bin\appsettings.json" />
<_ContentIncludedByDefault Remove="app\bin\itec-mobile-api-final.deps.json" />
<_ContentIncludedByDefault Remove="app\bin\itec-mobile-api-final.runtimeconfig.json" />
</ItemGroup>
</Project>