Files
Hushian/Presentation/AIAss/AIAss.csproj

16 lines
431 B
XML
Raw Permalink Normal View History

2025-08-28 14:11:26 +03:30
<Project Sdk="Microsoft.NET.Sdk.Web">
2025-08-18 17:30:02 +03:30
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
2025-08-28 14:11:26 +03:30
<PackageReference Include="Grpc.AspNetCore" Version="2.64.0" />
2025-08-18 17:30:02 +03:30
</ItemGroup>
<ItemGroup>
2025-08-28 14:11:26 +03:30
<Protobuf Include="..\..\Common\Protos\aia.proto" OutputDir="%(RelativePath)models/" />
2025-08-18 17:30:02 +03:30
</ItemGroup>
</Project>