14 lines
334 B
XML
14 lines
334 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<PublishAot>true</PublishAot>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Grpc.AspNetCore" Version="2.51.0" />
|
|
<PackageReference Include="Google.Protobuf" Version="3.22.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|