2018-02-21 00:15:08 +03:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
|
|
<IsPackable>false</IsPackable>
|
2018-07-18 00:16:47 +03:00
|
|
|
<Configurations>Debug;Release;Samples</Configurations>
|
2018-02-21 00:15:08 +03:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2018-07-18 00:16:47 +03:00
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.2" />
|
2018-02-21 00:15:08 +03:00
|
|
|
<PackageReference Include="xunit" Version="2.3.1" />
|
|
|
|
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
|
|
|
|
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2018-04-06 03:46:34 +03:00
|
|
|
<ProjectReference Include="..\Xamarin.Essentials\Xamarin.Essentials.csproj" />
|
2018-02-21 00:15:08 +03:00
|
|
|
</ItemGroup>
|
|
|
|
|
2018-03-01 00:29:11 +03:00
|
|
|
<Import Project="$(MSBuildThisFileDirectory)..\CodeStyles.targets" />
|
|
|
|
|
2018-02-21 00:15:08 +03:00
|
|
|
</Project>
|