HelloworldXamarin.csproj 674 B

12345678910111213141516171819
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. <ProduceReferenceAssembly>true</ProduceReferenceAssembly>
  5. </PropertyGroup>
  6. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  7. <DebugType>portable</DebugType>
  8. <DebugSymbols>true</DebugSymbols>
  9. </PropertyGroup>
  10. <ItemGroup>
  11. <PackageReference Include="Google.Protobuf" Version="3.13.0" />
  12. <PackageReference Include="Grpc.Core" Version="2.32.0" />
  13. <PackageReference Include="Xamarin.Forms" Version="4.6.0.1141" />
  14. <PackageReference Include="Xamarin.Essentials" Version="1.5.3.2" />
  15. </ItemGroup>
  16. </Project>