-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAndroidTreeView.Shared.csproj
More file actions
22 lines (18 loc) · 1006 Bytes
/
Copy pathAndroidTreeView.Shared.csproj
File metadata and controls
22 lines (18 loc) · 1006 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>AndroidTreeView.Shared</RootNamespace>
<AssemblyName>AndroidTreeView.Shared</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.10" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.10" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.10" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.10" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AndroidTreeView.Models\AndroidTreeView.Models.csproj" />
<ProjectReference Include="..\AndroidTreeView.Core\AndroidTreeView.Core.csproj" />
<ProjectReference Include="..\AndroidTreeView.Adb\AndroidTreeView.Adb.csproj" />
<ProjectReference Include="..\AndroidTreeView.Infrastructure\AndroidTreeView.Infrastructure.csproj" />
</ItemGroup>
</Project>