Files
Akari.Prototype/Akari.Prototype.Client/Akari.Prototype.Client.csproj
2021-06-08 22:31:13 +02:00

19 lines
766 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="0.10.6" />
<PackageReference Include="Avalonia.Desktop" Version="0.10.6" />
<PackageReference Include="Avalonia.Diagnostics" Version="0.10.6" />
<PackageReference Include="Grpc.Net.Client" Version="2.37.0" />
<PackageReference Include="MessageBox.Avalonia" Version="1.3.1" />
<PackageReference Include="XamlNameReferenceGenerator" Version="1.2.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Akari.Prototype.Shared\Akari.Prototype.Shared.csproj" />
</ItemGroup>
</Project>