-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathUnity.GrantManager.HttpApi.csproj
More file actions
29 lines (24 loc) · 1.5 KB
/
Unity.GrantManager.HttpApi.csproj
File metadata and controls
29 lines (24 loc) · 1.5 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
26
27
28
29
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\common.props" />
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<RootNamespace>Unity.GrantManager</RootNamespace>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\modules\Unity.TenantManagement\src\Unity.TenantManagement.HttpApi\Unity.TenantManagement.HttpApi.csproj" />
<ProjectReference Include="..\Unity.GrantManager.Application.Contracts\Unity.GrantManager.Application.Contracts.csproj" />
<ProjectReference Include="..\Unity.GrantManager.Domain\Unity.GrantManager.Domain.csproj" />
<ProjectReference Include="..\..\modules\Unity.Notifications\src\Unity.Notifications.HttpApi\Unity.Notifications.HttpApi.csproj" /></ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="9.0.5" />
<PackageReference Include="Microsoft.Extensions.Options" Version="9.0.5" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="RestSharp" Version="112.1.0" />
<PackageReference Include="System.Text.Json" Version="9.0.5" />
<PackageReference Include="Volo.Abp.Identity.HttpApi" Version="9.1.3" />
<PackageReference Include="Volo.Abp.PermissionManagement.HttpApi" Version="9.1.3" />
<PackageReference Include="Volo.Abp.FeatureManagement.HttpApi" Version="9.1.3" />
<PackageReference Include="Volo.Abp.SettingManagement.HttpApi" Version="9.1.3" />
</ItemGroup>
</Project>