Files
Akari.Prototype/Akari.Prototype.Server/Akari.Prototype.Server.csproj
2021-06-04 20:39:41 +02:00

19 lines
534 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Protobuf Include="Protos\greet.proto" GrpcServices="Server" />
</ItemGroup>
<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>
</Project>