Imported Upstream version 1.34.0
[platform/upstream/grpc.git] / examples / csharp / HelloworldXamarin / HelloworldXamarin / HelloworldXamarin.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <TargetFramework>netstandard2.0</TargetFramework>
5     <ProduceReferenceAssembly>true</ProduceReferenceAssembly>
6   </PropertyGroup>
7
8   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
9     <DebugType>portable</DebugType>
10     <DebugSymbols>true</DebugSymbols>
11   </PropertyGroup>
12
13   <ItemGroup>
14     <PackageReference Include="Google.Protobuf" Version="3.13.0" />
15     <PackageReference Include="Grpc.Core" Version="2.32.0" />
16     <PackageReference Include="Xamarin.Forms" Version="4.6.0.1141" />
17     <PackageReference Include="Xamarin.Essentials" Version="1.5.3.2" />
18   </ItemGroup>
19 </Project>