projects
/
test
/
tct
/
csharp
/
api.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
864e4bf3cc416e5432e9a119ec8e3bfc9ee72989
[test/tct/csharp/api.git]
/
1
<Project Sdk="Microsoft.NET.Sdk">
\r
2
\r
3
<PropertyGroup>
\r
4
<TargetFramework>netstandard2.0</TargetFramework>
\r
5
</PropertyGroup>
\r
6
\r
7
<!-- Include Nuget Package for Xamarin building -->
\r
8
<ItemGroup>
\r
9
<PackageReference Include="Xamarin.Forms" Version="2.5.0.77107" />
\r
10
</ItemGroup>
\r
11
\r
12
</Project>
\r