19 lines
560 B
XML
19 lines
560 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="CliFx" Version="2.0.4" />
|
|
<PackageReference Include="Grpc.AspNetCore" Version="2.34.0" />
|
|
<PackageReference Include="Isopoh.Cryptography.Argon2" Version="1.1.10" />
|
|
<PackageReference Include="Spectre.Console" Version="0.39.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Akari.Prototype.Shared\Akari.Prototype.Shared.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|