forked from grandnode/grandnode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Grand.Api.csproj
26 lines (22 loc) · 1.02 KB
/
Grand.Api.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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Copyright>Copyright © UNIT-SOFT Sp. z o.o.</Copyright>
<Company>UNIT-SOFT Sp. z o.o.</Company>
<Authors>UNIT-SOFT Sp. z o.o.</Authors>
<Product>grandnode</Product>
<PackageProjectUrl>https://grandnode.com/</PackageProjectUrl>
<TieredCompilation>true</TieredCompilation>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Grand.Core\Grand.Core.csproj" />
<ProjectReference Include="..\Grand.Services\Grand.Services.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OData" Version="7.5.4" />
<PackageReference Include="Microsoft.AspNetCore.OData.Versioning" Version="4.1.1" />
<PackageReference Include="Microsoft.OData.Core" Version="7.8.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.6.3" />
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="5.6.3" />
</ItemGroup>
</Project>