1ffe3c632Sopenharmony_ci<Project Sdk="Microsoft.NET.Sdk"> 2ffe3c632Sopenharmony_ci 3ffe3c632Sopenharmony_ci <PropertyGroup> 4ffe3c632Sopenharmony_ci <OutputType>Exe</OutputType> 5ffe3c632Sopenharmony_ci <TargetFrameworks>net451;netcoreapp2.1</TargetFrameworks> 6ffe3c632Sopenharmony_ci <AssemblyOriginatorKeyFile>../../keys/Google.Protobuf.snk</AssemblyOriginatorKeyFile> 7ffe3c632Sopenharmony_ci <SignAssembly>true</SignAssembly> 8ffe3c632Sopenharmony_ci <PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign> 9ffe3c632Sopenharmony_ci <IsPackable>False</IsPackable> 10ffe3c632Sopenharmony_ci </PropertyGroup> 11ffe3c632Sopenharmony_ci 12ffe3c632Sopenharmony_ci <ItemGroup> 13ffe3c632Sopenharmony_ci <ProjectReference Include="..\Google.Protobuf\Google.Protobuf.csproj" /> 14ffe3c632Sopenharmony_ci </ItemGroup> 15ffe3c632Sopenharmony_ci 16ffe3c632Sopenharmony_ci <ItemGroup> 17ffe3c632Sopenharmony_ci <PackageReference Include="NUnit" Version="3.6.1" /> 18ffe3c632Sopenharmony_ci <PackageReference Include="NUnitLite" Version="3.6.1" /> 19ffe3c632Sopenharmony_ci </ItemGroup> 20ffe3c632Sopenharmony_ci 21ffe3c632Sopenharmony_ci <!-- Needed for the net45 build to work on Unix. See https://github.com/dotnet/designs/pull/33 --> 22ffe3c632Sopenharmony_ci <ItemGroup> 23ffe3c632Sopenharmony_ci <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0-preview.2" PrivateAssets="All" /> 24ffe3c632Sopenharmony_ci </ItemGroup> 25ffe3c632Sopenharmony_ci 26ffe3c632Sopenharmony_ci</Project> 27